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

test

parent c386b15f
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,10 @@ upload_linux_binary:
stage: upload_linux_binary
only:
- tags
- branches
script:
- ./build.sh --os=linux --arch=amd64 --version=$CI_COMMIT_TAG --upx
- echo $PROJECT_ACCESS_TOKEN" $CI_PROJECT_NAME ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${CI_COMMIT_TAG}/${CI_PROJECT_NAME}
- 'curl --header "JOB-TOKEN: $PROJECT_ACCESS_TOKEN" --upload-file $CI_PROJECT_NAME "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${CI_COMMIT_TAG}/${CI_PROJECT_NAME}"'
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