ci: Fix github deployment (add missing GITHUB_PUSH_REFS variable)

This commit is contained in:
Angus Gratton
2017-03-30 09:35:16 +11:00
parent c10082b76f
commit 7f8bd9771f
+1
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