Skip to content
Snippets Groups Projects
Commit 879faeca authored by Marvin Weiler's avatar Marvin Weiler
Browse files

Update .gitlab-ci.yml file

parent 9fa58ba0
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ binary: ...@@ -27,7 +27,7 @@ binary:
- build:x86_64linux - build:x86_64linux
image: curlimages/curl:latest image: curlimages/curl:latest
script: script:
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./target/x86_64-unknown-linux-gnu/release/amd-scrapper "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/amd_scraper/${CI_COMMIT_TAG}/amd-scrapper-linux-x86_64-glibc"' - 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./target/x86_64-unknown-linux-gnu/release/amd-scrapper "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/amd_scraper-${CI_COMMIT_TAG}/${CI_COMMIT_TAG}/amd-scrapper-linux-x86_64-glibc"'
container: container:
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment