Skip to content

Commit b824c33

Browse files
ydhubxuxiao111
authored andcommitted
ci: fix init remote github (e2b70f6e)
1 parent f28ad22 commit b824c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ push_master_to_github:
6666
- base64 --decode --ignore-garbage ~/.ssh/id_rsa_base64 > ~/.ssh/id_rsa
6767
- chmod 600 ~/.ssh/id_rsa
6868
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
69+
- git remote remove github &>/dev/null || true
6970
- git remote add github [email protected]:espressif/esp32-wifi-lib.git
7071
# Ref: esp-idf tools/ci/push_to_github.sh
7172
- |

0 commit comments

Comments
 (0)