更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-10-14 09:51:11 +00:00
parent 28022634a6
commit 83baeae566
1 changed files with 1 additions and 6 deletions

View File

@ -29,8 +29,6 @@ build-job:
go build -v
cd ..
done < shell/programs.txt
only:
- develop
deploy-job:
stage: deploy
@ -65,7 +63,4 @@ deploy-job:
- cd $GOPATH/src/$DeployPath
- git add .
- git commit -m "auto commit pipelineId\:$CI_PIPELINE_ID"
- git push origin develop
only:
- develop
- git push origin develop