Skip to content

Commit 3578182

Browse files
author
刘健
committed
Update .gitlab-ci.yml file
1 parent 28bad2d commit 3578182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sync_job:
3232
- echo http://$DEPLOY_USER:$DEPLOY_TOKEN@gitlab.eolink.com/apipark/APIPark.git
3333
# 获取 GitLab main 分支的最新提交
3434
- git remote remove gitlab
35-
- git remote add gitlab http://$DEPLOY_USER:$DEPLOY_TOKEN@gitlab.eolink.com/apipark/APIPark
35+
- git remote add gitlab http://$DEPLOY_USER:$DEPLOY_TOKEN@gitlab.eolink.com/apipark/APIPark.git
3636
# - git remote add gitlab $CI_REPOSITORY_URL
3737
- git fetch gitlab
3838
- GITLAB_SHA=$(git rev-parse gitlab/main || echo "none")

0 commit comments

Comments
 (0)