更新.gitlab-ci.yml文件
This commit is contained in:
parent
8df42379e2
commit
17c29b246e
|
@ -30,6 +30,8 @@ build-job:
|
|||
go build -v
|
||||
cd ..
|
||||
done < shell/programs.txt
|
||||
only:
|
||||
- develop
|
||||
|
||||
deploy-job:
|
||||
stage: deploy
|
||||
|
@ -65,4 +67,6 @@ deploy-job:
|
|||
- git add .
|
||||
- git commit -m "auto commit pipelineId\:$CI_PIPELINE_ID"
|
||||
- git push origin develop
|
||||
only:
|
||||
- develop
|
||||
|
||||
|
|
Loading…
Reference in New Issue