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
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ upload_linux_shell: ...@@ -27,7 +27,7 @@ upload_linux_shell:
- tags - tags
image: curlimages/curl:7.76.1 image: curlimages/curl:7.76.1
script: 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: tags:
- sonarqube - sonarqube
...@@ -37,7 +37,7 @@ upload_linux_amd64_binary: ...@@ -37,7 +37,7 @@ upload_linux_amd64_binary:
- tags - tags
script: script:
- ./build.sh --os=linux --arch=amd64 --version=$CI_COMMIT_TAG --upx - ./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: tags:
- visnu_shell - visnu_shell
...@@ -47,6 +47,6 @@ upload_windows_amd64_binary: ...@@ -47,6 +47,6 @@ upload_windows_amd64_binary:
- tags - tags
script: script:
- ./build.sh --os=windows --arch=amd64 --version=$CI_COMMIT_TAG --upx - ./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: tags:
- visnu_shell - visnu_shell
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment