ci: Fix github deployment (add missing GITHUB_PUSH_REFS variable)

This commit is contained in:
Angus Gratton
2017-03-28 10:05:12 +11:00
parent ea786aa95d
commit a3afb392a7

View File

@@ -9,6 +9,7 @@ push_master_to_github:
image: espressif/esp32-ci-env
variables:
GIT_STRATEGY: clone
GITHUB_PUSH_REFS: refs/remotes/origin/release refs/remotes/origin/master
script:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh