Skip to content
Snippets Groups Projects
Unverified Commit 7ddb96c5 authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

use runner from superpop

parent 01966cd2
No related branches found
Tags v1.2.6
No related merge requests found
Pipeline #29590 passed
......@@ -25,11 +25,10 @@ upload_linux_shell:
stage: upload_linux_shell
only:
- tags
image: curlimages/curl:7.76.1
script:
- 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./${ARTIFACT_NAME}.sh ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}.sh'
tags:
- sonarqube
- acme
upload_linux_amd64_binary:
stage: upload_linux_amd64_binary
......@@ -39,7 +38,7 @@ upload_linux_amd64_binary:
- ./build.sh --os=linux --arch=amd64 --version=$CI_COMMIT_TAG --upx
- 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./$ARTIFACT_NAME ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}_linux_amd64'
tags:
- visnu_shell
- acme
upload_windows_amd64_binary:
stage: upload_windows_amd64_binary
......@@ -49,4 +48,4 @@ upload_windows_amd64_binary:
- ./build.sh --os=windows --arch=amd64 --version=$CI_COMMIT_TAG --upx
- 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./${ARTIFACT_NAME}.exe ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}_windows_amd64.exe'
tags:
- visnu_shell
- acme
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment