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

minor change to CI

parent f9120c13
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ upload_linux_shell:
- tags
image: curlimages/curl:7.76.1
script:
- 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./acme-downloader.sh ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}.sh'
- 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./${ARTIFACT_NAME}.sh ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}.sh'
tags:
- sonarqube
......@@ -37,7 +37,7 @@ upload_linux_amd64_binary:
- tags
script:
- ./build.sh --os=linux --arch=amd64 --version=$CI_COMMIT_TAG --upx
- 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./acme-downloader ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}_linux_amd64'
- 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./$ARTIFACT_NAME ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}_linux_amd64'
tags:
- visnu_shell
......@@ -47,6 +47,6 @@ upload_windows_amd64_binary:
- tags
script:
- ./build.sh --os=windows --arch=amd64 --version=$CI_COMMIT_TAG --upx
- 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./acme-downloader.exe ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}_windows_amd64.exe'
- '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
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