From fd4d0852b5ccd3903e4296680c54b97370c1440e Mon Sep 17 00:00:00 2001 From: nr0q Date: Fri, 20 Oct 2023 20:40:29 -0500 Subject: [PATCH] fix missing ' --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86dc1d4..aa1ae11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -377,7 +377,7 @@ virustotal_push: variables: GIT_STRATEGY: none rules: - - if: '$CI_COMMIT_TAG =~ /^(v|test_).*/ + - if: '$CI_COMMIT_TAG =~ /^(v|test_).*/' script: - | echo "Pushing release URLs to VirusTotal" @@ -389,7 +389,7 @@ discord_notify: variables: GIT_STRATEGY: none rules: - - if: '$CI_COMMIT_TAG =~ /^(v|test_).*/ + - if: '$CI_COMMIT_TAG =~ /^(v|test_).*/' script: - | echo "Notifying Discord #developer-den that a release has built"