From c9bed705f0440916c0fc5b9e488826a7a2bc34f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de> Date: Wed, 22 Feb 2023 11:24:41 +0100 Subject: [PATCH] stupid typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bc75d9..e8125f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,7 +152,7 @@ test-production-webserver: cache: {} stage: test-deployment rules: - - if: ($CI_COMMIT_TAG =~ /stable/ + - if: $CI_COMMIT_TAG =~ /stable/ script: - apt update && apt -y install curl - echo "This is a simple check if the deployment was successful and dags get executed" -- GitLab