ci: Fix bad push command when pushing branch to github
Fixes regression in e5f4ae63f1
This commit is contained in:
parent
1c7a8b3b71
commit
99401a16e7
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ push_to_github:
|
|||
- git remote add github git@github.com:espressif/esp-idf.git
|
||||
# Need separate push commands for tag builds and for branch builds
|
||||
- "[ -n \"${CI_COMMIT_TAG}\" ] && git push github ${CI_COMMIT_TAG}"
|
||||
- "[ -z \"${CI_COMMIT_TAG}\" ] && git push github ${CI_COMMIT_SHA}:/refs/heads/${CI_COMMIT_REF_NAME}"
|
||||
- "[ -z \"${CI_COMMIT_TAG}\" ] && git push github ${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
|
||||
|
||||
deploy_docs:
|
||||
stage: host_test
|
||||
|
|
Loading…
Reference in a new issue