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

fix CI

parent a984e315
No related branches found
No related tags found
No related merge requests found
Pipeline #29415 failed
......@@ -12,6 +12,7 @@ sonarqube:
tags:
- sonarqube
upload_linux_artifact:
stage: upload_linux_artifact
script: ./build.sh --os=linux --arch=amd64 --upx
artifacts:
paths:
......@@ -19,6 +20,7 @@ upload_linux_artifact:
tags:
- visnu_shell
upload_windows_artifact:
stage: upload_windows_artifact
script: ./build.sh --os=windows --arch=amd64 --upx
artifacts:
paths:
......@@ -26,6 +28,7 @@ upload_windows_artifact:
tags:
- visnu_shell
upload_shell_script:
stage: upload_shell_script
script: /usr/bin/true
artifacts:
paths:
......
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