From a76b2180ddcb7338bcae26baac0ced24649e78a4 Mon Sep 17 00:00:00 2001 From: FORESTIER Fabien <fabien.forestier@soprasteria.com> Date: Thu, 23 May 2019 10:07:40 +0200 Subject: [PATCH] Removing newly unsupported regex from gitlab-ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71334d6..278dafb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,8 @@ build_release: - build only: - tags - except: - - /^(?!master).+@/ + # except: + # - /^(?!master).+@/ script: - export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g') - export APP_PORT=8090 -- GitLab