Skip to content

Commit 98710ad

Browse files
author
刘健
committed
Update .gitlab-ci.yml file
1 parent 4806e12 commit 98710ad

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
@@ -31,7 +31,7 @@ sync_job:
3131
- GITHUB_SHA=$(git rev-parse origin/main)
3232
# 获取 GitLab main 分支的最新提交
3333
- git remote remove gitlab
34-
- git remote add gitlab http://$DEPLOY_USER:$DEPLOY_TOKEN@$gitlab.eolink.com/apipark/APIPark
34+
- git remote add gitlab http://$DEPLOY_USER:$DEPLOY_TOKEN@gitlab.eolink.com/apipark/APIPark
3535
# - git remote add gitlab $CI_REPOSITORY_URL
3636
- git fetch gitlab
3737
- GITLAB_SHA=$(git rev-parse gitlab/main || echo "none")

0 commit comments

Comments
 (0)