Skip to content
Snippets Groups Projects

Tut01

Closed Yana Kernerman requested to merge s92604/devops-webservice:tut01 into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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}" \
Loading