include test tags

merge-requests/237/merge
nr0q 2023-10-20 20:38:31 -05:00
rodzic 6b0690aa9a
commit ebd7fc9bd8
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -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"