Skip to content
代码片段 群组 项目
提交 ae9f8dcf 编辑于 作者: Yogesh Mantri's avatar Yogesh Mantri
浏览文件

Update .gitlab-ci.yml file

上级 06ed6a88
No related branches found
标签 v8.0.0-rc.1.23421.29
无相关合并请求
...@@ -7,14 +7,14 @@ stages: ...@@ -7,14 +7,14 @@ stages:
variables: variables:
GIT_SUBMODULE_STRATEGY: none GIT_SUBMODULE_STRATEGY: none
#before_script: before_script:
# # add gitlab ssh key # add gitlab ssh key
# - mkdir -p ~/.ssh - mkdir -p ~/.ssh
# - chmod 700 ~/.ssh - chmod 700 ~/.ssh
# - echo -n $GITLAB_KEY > ~/.ssh/id_rsa_base64 - echo -n $GITLAB_KEY > ~/.ssh/id_rsa_base64
# - base64 --decode --ignore-garbage ~/.ssh/id_rsa_base64 > ~/.ssh/id_rsa - base64 --decode --ignore-garbage ~/.ssh/id_rsa_base64 > ~/.ssh/id_rsa
# - chmod 600 ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa
# - echo -e "Host gitlab.espressif.cn\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - echo -e "Host gitlab.espressif.cn\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
# always run it so that pipeline is created # always run it so that pipeline is created
check_version: check_version:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册