更新.gitlab-ci.yml文件
This commit is contained in:
parent
28022634a6
commit
83baeae566
|
@ -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
|
Loading…
Reference in New Issue