Skip to content

Commit f632a8e

Browse files
author
Mangesh Malusare
committed
Update .gitlab-ci.yml file
1 parent b5afd0a commit f632a8e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
stages:
22
- deploy
3-
- test
43

54
variables:
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

0 commit comments

Comments
 (0)