From 51e4608c19c9b28d737c5b2f93157479f5704414 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Sat, 29 Dec 2018 01:14:21 -0500 Subject: [PATCH] .gitlab-ci.yml: use environment for aws-upload-tags --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8b466f..a3f0532 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,10 @@ stages: - go-fmt - go-test - build-src + - aws-upload-tags - build-docker - docker-registry-master - docker-registry-tags - - aws-upload-tags check-dco: stage: check-dco @@ -37,6 +37,8 @@ build-src: aws-upload-tags: stage: aws-upload-tags image: debian:buster + environment: + name: aws-upload-tags only: - tags before_script: