From 6118d7be08f37f3f3af67491bcaab4dad3ddae96 Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Wed, 15 Sep 2021 16:55:55 +0200 Subject: [PATCH] Update CLI to 1.1.4 and move to CS8 image --- gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index d5192ba..9a48c0f 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -1,6 +1,6 @@ --- variables: - NOMAD_VERSION: '1.0.3' + NOMAD_VERSION: '1.1.4' NOMAD_ADDR: "https://${CLUSTER_ADDR}:4646" before_script: @@ -9,7 +9,7 @@ before_script: - source ${PREFIX}.variables.sh .nomad: - image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7 + image: gitlab-registry.cern.ch/ci-tools/ci-worker:cs8 before_script: - set -a - if [[ $CI_COMMIT_REF_NAME == 'master' || -n ${CI_COMMIT_TAG+x} ]]; then PREFIX='prod'; else PREFIX='dev'; fi -- GitLab