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

fix CI

parent f07fbe88
No related branches found
No related tags found
No related merge requests found
Pipeline #29416 failed
......@@ -2,6 +2,8 @@
stages:
- sonarqube
- upload_linux_artifact
# - upload_windows_artifact
# - upload_shell_script
sonarqube:
image: sonarsource/sonar-scanner-cli:${SONAR_SCANNER_CLI_VERSION}
stage: sonarqube
......@@ -19,20 +21,19 @@ upload_linux_artifact:
- /home/maxadamo/go/bin/acme-downloader
tags:
- visnu_shell
upload_windows_artifact:
stage: upload_windows_artifact
script: ./build.sh --os=windows --arch=amd64 --upx
artifacts:
paths:
- /home/maxadamo/go/bin/windows_amd64/acme-downloader.exe
tags:
- visnu_shell
upload_shell_script:
stage: upload_shell_script
script: /usr/bin/true
artifacts:
paths:
- acme-downloader.sh
tags:
- visnu_shell
# upload_windows_artifact:
# stage: upload_windows_artifact
# script: ./build.sh --os=windows --arch=amd64 --upx
# artifacts:
# paths:
# - /home/maxadamo/go/bin/windows_amd64/acme-downloader.exe
# tags:
# - visnu_shell
# upload_shell_script:
# stage: upload_shell_script
# script: /usr/bin/true
# artifacts:
# paths:
# - acme-downloader.sh
# 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