File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 11stages :
22 - deploy
3- - test
43
54variables :
65 GIT_SUBMODULE_STRATEGY : recursive
@@ -33,27 +32,6 @@ deploy_master_github:
3332 -
git remote add github [email protected] :espressif/esp-hosted.git 3433 - git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
3534
36- .deploy_esp_host_v1_github :
37- stage : test
38- image : $CI_DOCKER_REGISTRY/esp32-ci-env
39- tags :
40- - test
41- when : manual
42- only :
43- - ESP-Hosted_MCU_Host
44- variables :
45- TARGET_BRANCH : " ESP-Hosted_MCU_Host"
46- script :
47- - mkdir -p ~/.ssh
48- - chmod 700 ~/.ssh
49- - echo -n $GH_KEY > ~/.ssh/id_rsa_base64
50- - base64 --decode --ignore-garbage ~/.ssh/id_rsa_base64 > ~/.ssh/id_rsa
51- - chmod 600 ~/.ssh/id_rsa
52- - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
53- - git remote remove github &>/dev/null || true
54- -
git remote add github [email protected] :espressif/esp-hosted.git 55- - git push github "${CI_COMMIT_SHA}:refs/heads/${TARGET_BRANCH}"
56-
5735.deploy_force_master_github :
5836 stage : deploy
5937 image : $CI_DOCKER_REGISTRY/esp32-ci-env
You can’t perform that action at this time.
0 commit comments