We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28ad22 commit b824c33Copy full SHA for b824c33
.gitlab-ci.yml
@@ -66,6 +66,7 @@ push_master_to_github:
66
- base64 --decode --ignore-garbage ~/.ssh/id_rsa_base64 > ~/.ssh/id_rsa
67
- chmod 600 ~/.ssh/id_rsa
68
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
69
+ - git remote remove github &>/dev/null || true
70
- git remote add github [email protected]:espressif/esp32-wifi-lib.git
71
# Ref: esp-idf tools/ci/push_to_github.sh
72
- |
0 commit comments