From ebd7fc9bd8a06511c76015f8753d22235fd996ea Mon Sep 17 00:00:00 2001 From: nr0q Date: Fri, 20 Oct 2023 20:38:31 -0500 Subject: [PATCH] include test tags --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a715cbe..86dc1d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,8 +26,6 @@ include: - template: "Security/Secret-Detection.gitlab-ci.yml" - template: "Security/SAST.gitlab-ci.yml" - - stages: - build - test @@ -379,7 +377,7 @@ virustotal_push: variables: GIT_STRATEGY: none rules: - - if: '$CI_COMMIT_TAG =~ /^(v).*/' + - if: '$CI_COMMIT_TAG =~ /^(v|test_).*/ script: - | echo "Pushing release URLs to VirusTotal" @@ -391,7 +389,7 @@ discord_notify: variables: GIT_STRATEGY: none rules: - - if: '$CI_COMMIT_TAG =~ /^(v).*/' + - if: '$CI_COMMIT_TAG =~ /^(v|test_).*/ script: - | echo "Notifying Discord #developer-den that a release has built"