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

upload windows version

parent 367b4c62
No related branches found
No related tags found
No related merge requests found
Pipeline #29555 passed
...@@ -3,7 +3,7 @@ stages: ...@@ -3,7 +3,7 @@ stages:
- sonarqube - sonarqube
- upload_linux_shell - upload_linux_shell
- upload_linux_amd64_binary - upload_linux_amd64_binary
#- upload_windows_amd64_binary - upload_windows_amd64_binary
variables: variables:
ARTIFACTORY_BASE_URL: https://artifactory.software.geant.org/artifactory/acme-downloader ARTIFACTORY_BASE_URL: https://artifactory.software.geant.org/artifactory/acme-downloader
...@@ -43,14 +43,13 @@ upload_linux_amd64_binary: ...@@ -43,14 +43,13 @@ upload_linux_amd64_binary:
tags: tags:
- visnu_shell - visnu_shell
#upload_windows_amd64_binary: upload_windows_amd64_binary:
# stage: upload_windows_amd64_binary stage: upload_windows_amd64_binary
# only: only:
# - tags - tags
# - branches - branches
# 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 ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}_windows_amd64.exe' - 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./acme-downloader.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