Skip to content
Snippets Groups Projects

Tut01 - test new pipeline variante

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:
- job_build_artifact
script:
- echo "Publishing artifact..."
- ls -al # List files to confirm artifact.bin exists
- curl --version
- |
curl \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
Loading