.gitlab-ci.yml: use environment for aws-upload-tags
This commit is contained in:
@@ -3,10 +3,10 @@ stages:
|
|||||||
- go-fmt
|
- go-fmt
|
||||||
- go-test
|
- go-test
|
||||||
- build-src
|
- build-src
|
||||||
|
- aws-upload-tags
|
||||||
- build-docker
|
- build-docker
|
||||||
- docker-registry-master
|
- docker-registry-master
|
||||||
- docker-registry-tags
|
- docker-registry-tags
|
||||||
- aws-upload-tags
|
|
||||||
|
|
||||||
check-dco:
|
check-dco:
|
||||||
stage: check-dco
|
stage: check-dco
|
||||||
@@ -37,6 +37,8 @@ build-src:
|
|||||||
aws-upload-tags:
|
aws-upload-tags:
|
||||||
stage: aws-upload-tags
|
stage: aws-upload-tags
|
||||||
image: debian:buster
|
image: debian:buster
|
||||||
|
environment:
|
||||||
|
name: aws-upload-tags
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
before_script:
|
before_script:
|
||||||
|
Reference in New Issue
Block a user