why can I not spell

merge-requests/237/merge test_newCI2023_g
nr0q 2023-10-20 21:57:21 -05:00
rodzic 50827ea5e5
commit 72624fe853
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -380,7 +380,7 @@ virustotal_push:
- | - |
echo "Pushing release URLs to VirusTotal" echo "Pushing release URLs to VirusTotal"
VER=`node version.js` VER=`node version.js`
BASEURL="http://downloads.gridtracker.og/${CI_COMMIT_TAG}/" BASEURL="http://downloads.gridtracker.org/${CI_COMMIT_TAG}/"
curl --request POST --url "https://www.virustotal.com/api/v3/urls" --form url="${BASEURL}GridTracker-Installer.${VER}.exe" --header "x-apikey: ${VT_API_KEY}" curl --request POST --url "https://www.virustotal.com/api/v3/urls" --form url="${BASEURL}GridTracker-Installer.${VER}.exe" --header "x-apikey: ${VT_API_KEY}"
discord_notify: discord_notify:
@ -390,7 +390,7 @@ discord_notify:
script: script:
- | - |
echo "Notifying Discord #developer-den that a release has built" echo "Notifying Discord #developer-den that a release has built"
BASEURL="http://downloads.gridtracker.og/${CI_COMMIT_TAG}/" BASEURL="http://downloads.gridtracker.org/${CI_COMMIT_TAG}/"
VER=`node version.js` VER=`node version.js`
WIN_MD5=($(md5sum artifacts/GridTracker-Installer.${VER}.exe)) WIN_MD5=($(md5sum artifacts/GridTracker-Installer.${VER}.exe))
MAC_MD5=($(md5sum artifacts/GridTracker-${VER}-mac-x64.zip)) MAC_MD5=($(md5sum artifacts/GridTracker-${VER}-mac-x64.zip))