更新.gitlab-ci.yml文件
This commit is contained in:
parent
28022634a6
commit
83baeae566
|
@ -29,8 +29,6 @@ build-job:
|
||||||
go build -v
|
go build -v
|
||||||
cd ..
|
cd ..
|
||||||
done < shell/programs.txt
|
done < shell/programs.txt
|
||||||
only:
|
|
||||||
- develop
|
|
||||||
|
|
||||||
deploy-job:
|
deploy-job:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
@ -66,6 +64,3 @@ deploy-job:
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -m "auto commit pipelineId\:$CI_PIPELINE_ID"
|
- git commit -m "auto commit pipelineId\:$CI_PIPELINE_ID"
|
||||||
- git push origin develop
|
- git push origin develop
|
||||||
only:
|
|
||||||
- develop
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue