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

Update .gitlab-ci.yml file

parent 177a160e
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ binary: ...@@ -47,7 +47,7 @@ binary:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
stage: distribute stage: distribute
dependencies: dependencies:
- build:linux - build:x86_64linux
image: curlimages/curl:latest image: curlimages/curl:latest
script: script:
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./target/release/amd-scrapper "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/my_package/${$CI_COMMIT_TAG}/amd-scrapper"' - 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./target/release/amd-scrapper "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/my_package/${$CI_COMMIT_TAG}/amd-scrapper"'
...@@ -57,7 +57,7 @@ container: ...@@ -57,7 +57,7 @@ container:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
stage: distribute stage: distribute
dependencies: dependencies:
- build:linux - build:x86_64linux
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] entrypoint: [""]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment