ci: Fix github deployment (add missing GITHUB_PUSH_REFS variable)

This commit is contained in:
Angus Gratton
2017-03-28 10:08:42 +11:00
parent 1904093f76
commit a2181cfc08

View File

@ -10,6 +10,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