mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-06-07 22:39:46 +08:00
Fix wifi lib github sync issue (514b3308)
This commit is contained in:
@ -30,11 +30,13 @@ check_lib_reversion:
|
|||||||
|
|
||||||
push_master_to_github:
|
push_master_to_github:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
tags:
|
||||||
|
- github_sync
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- /^release\/v/
|
- /^release\/v/
|
||||||
# when: on_success
|
# when: on_success
|
||||||
image: espressif/esp32-ci-env
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: clone
|
GIT_STRATEGY: clone
|
||||||
GITHUB_PUSH_REFS: refs/remotes/origin/release refs/remotes/origin/master
|
GITHUB_PUSH_REFS: refs/remotes/origin/release refs/remotes/origin/master
|
||||||
|
Reference in New Issue
Block a user