更新.gitlab-ci.yml文件
This commit is contained in:
@@ -6,6 +6,7 @@ deploy_job:
|
|||||||
script:
|
script:
|
||||||
- echo "$GITHUB_TOKEN" > /etc/ssl/certs/github_token.pem
|
- echo "$GITHUB_TOKEN" > /etc/ssl/certs/github_token.pem
|
||||||
- git config --global http.sslCAInfo /etc/ssl/certs/github_token.pem
|
- git config --global http.sslCAInfo /etc/ssl/certs/github_token.pem
|
||||||
|
- git remote remove github || true
|
||||||
- git remote add github https://github.com/yun-ink/timerx.git
|
- git remote add github https://github.com/yun-ink/timerx.git
|
||||||
- git remote -v
|
- git remote -v
|
||||||
- git branch
|
- git branch
|
||||||
|
|||||||
Reference in New Issue
Block a user