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

Update .gitlab-ci.yml file

parent dbbf4788
No related branches found
No related tags found
No related merge requests found
Pipeline #140326 passed
...@@ -34,7 +34,6 @@ binary: ...@@ -34,7 +34,6 @@ binary:
stage: distribute stage: distribute
dependencies: dependencies:
- build:x86_64linux - build:x86_64linux
- build:armhflinux
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}/${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"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment