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

copy artifact inside repo

parent f3fa794a
No related branches found
No related tags found
No related merge requests found
Pipeline #29418 passed
......@@ -22,7 +22,7 @@ upload_linux_artifact:
script: ./build.sh --os=linux --arch=amd64 --upx
artifacts:
paths:
- /home/maxadamo/go/bin/acme-downloader
- acme-downloader
tags:
- visnu_shell
# upload_windows_artifact:
......@@ -30,7 +30,7 @@ upload_linux_artifact:
# script: ./build.sh --os=windows --arch=amd64 --upx
# artifacts:
# paths:
# - /home/maxadamo/go/bin/windows_amd64/acme-downloader.exe
# - acme-downloader.exe
# tags:
# - visnu_shell
# upload_shell_script:
......
......@@ -97,6 +97,7 @@ run_upx() {
if [ -n $UPX ]; then
run_upx
cp $EXECUTABLE_PATH .
elif [ -n $NOUPX ]; then
true
else
......
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