Skip to content

Commit 28bad2d

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

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
@@ -29,7 +29,7 @@ sync_job:
2929
# 获取 GitHub main 分支的最新提交
3030
- git fetch origin
3131
- GITHUB_SHA=$(git rev-parse origin/main)
32-
- echo http://$DEPLOY_USER:$DEPLOY_TOKEN@gitlab.eolink.com/apipark/APIPark
32+
- echo http://$DEPLOY_USER:$DEPLOY_TOKEN@gitlab.eolink.com/apipark/APIPark.git
3333
# 获取 GitLab main 分支的最新提交
3434
- git remote remove gitlab
3535
- git remote add gitlab http://$DEPLOY_USER:$DEPLOY_TOKEN@gitlab.eolink.com/apipark/APIPark

0 commit comments

Comments
 (0)