From 924aa23a8ce8515a5dd8a67d970468676ede022e Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Thu, 11 Nov 2021 11:53:18 +0000 Subject: [PATCH] L2SS-205: Remove unsupported lookahead regex --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e3c6135b..db96faccb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,10 +42,9 @@ stages: docker_store_images_master_tag: extends: .base_docker_store_images only: - - tags - except: -# Anything not master branch is an exception to the only tags rule - - /^(?!master).+@/ + refs: + - tags + - master docker_store_images_changes: extends: .base_docker_store_images only: -- GitLab