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

fix CI

parent a984e315
Branches
Tags
No related merge requests found
Pipeline #29415 failed
...@@ -12,6 +12,7 @@ sonarqube: ...@@ -12,6 +12,7 @@ sonarqube:
tags: tags:
- sonarqube - sonarqube
upload_linux_artifact: upload_linux_artifact:
stage: upload_linux_artifact
script: ./build.sh --os=linux --arch=amd64 --upx script: ./build.sh --os=linux --arch=amd64 --upx
artifacts: artifacts:
paths: paths:
...@@ -19,6 +20,7 @@ upload_linux_artifact: ...@@ -19,6 +20,7 @@ upload_linux_artifact:
tags: tags:
- visnu_shell - visnu_shell
upload_windows_artifact: upload_windows_artifact:
stage: upload_windows_artifact
script: ./build.sh --os=windows --arch=amd64 --upx script: ./build.sh --os=windows --arch=amd64 --upx
artifacts: artifacts:
paths: paths:
...@@ -26,6 +28,7 @@ upload_windows_artifact: ...@@ -26,6 +28,7 @@ upload_windows_artifact:
tags: tags:
- visnu_shell - visnu_shell
upload_shell_script: upload_shell_script:
stage: upload_shell_script
script: /usr/bin/true script: /usr/bin/true
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment