mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-06-11 08:28:38 +08:00
ci: Fix github deployment (add missing GITHUB_PUSH_REFS variable)
This commit is contained in:
@ -10,6 +10,7 @@ push_master_to_github:
|
|||||||
image: espressif/esp32-ci-env
|
image: espressif/esp32-ci-env
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: clone
|
GIT_STRATEGY: clone
|
||||||
|
GITHUB_PUSH_REFS: refs/remotes/origin/release refs/remotes/origin/master
|
||||||
script:
|
script:
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
|
Reference in New Issue
Block a user