Skip to content

Commit ba7022b

Browse files
author
刘健
committed
Update .gitlab-ci.yml file
1 parent fb24abc commit ba7022b

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
@@ -30,7 +30,7 @@ sync_job:
3030
- git pull origin main
3131

3232
# 获取 GitLab main 分支的最新提交
33-
- git featch http://$DEPLOY_USER:$DEPLOY_TOKEN@gitlab.eolink.com/apipark/APIPark main:gitlab-main
33+
- git fetch http://$DEPLOY_USER:$DEPLOY_TOKEN@gitlab.eolink.com/apipark/APIPark main:gitlab-main
3434
- DIFF=$(git diff "$GITHUB_BRANCH" gitlab-main)
3535
# 比较 SHA,检查是否有更改
3636
- if [ -n "$DIFF" ]; then

0 commit comments

Comments
 (0)