Skip to content
Snippets Groups Projects
Commit a2a9aafe authored by Yana Kernerman's avatar Yana Kernerman
Browse files

confirm artifact exists

parent d615b583
No related branches found
No related tags found
1 merge request!1Define and run a pipeline
Pipeline #68257 passed
...@@ -44,6 +44,8 @@ job_publish_artifact: ...@@ -44,6 +44,8 @@ job_publish_artifact:
- job_build_artifact - job_build_artifact
script: script:
- echo "Publishing artifact..." - echo "Publishing artifact..."
- ls -al # List files to confirm artifact.bin exists
- curl --version
- | - |
curl \ curl \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
......
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