merge-requests/237/merge test_newCI2023_b
nr0q 2023-10-20 20:40:29 -05:00
rodzic ebd7fc9bd8
commit fd4d0852b5
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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