mirror of
https://github.com/espressif/esp32-bt-lib.git
synced 2025-05-17 15:06:13 +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
|
||||
variables:
|
||||
GIT_STRATEGY: clone
|
||||
GITHUB_PUSH_REFS: refs/remotes/origin/release refs/remotes/origin/master
|
||||
script:
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
|
Reference in New Issue
Block a user