[gnome-nightly-oci] CI: remove aws tag



commit 7fd962199e4ea3fe43a974f77ad26d4181301c75
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Sat Sep 1 10:41:44 2018 +0000

    CI: remove aws tag

 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f942c73..bdc67f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,8 +15,6 @@ stages:
 # Expects $IMAGE which should be the name+tag of the registry image.
 # Expects $OCI_YML variable which should be the path to the dockerfile
 .base_template: &base_build
-    tags:
-        - aws
     script:
         - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
         - docker build --pull -f ${OCI_YML} -t ${IMAGE} .


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]