Skip to content
Snippets Groups Projects

Tut01

Closed Yana Kernerman requested to merge s92604/devops-webservice:tut01 into main
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -45,7 +45,12 @@ job_publish_artifact:
script:
- echo "Publishing artifact..."
- ls -al # List files to confirm artifact.bin exists
- curl --version
- pwd # Print the current directory
- echo "CI_JOB_TOKEN: ${CI_JOB_TOKEN}"
- echo "CI_API_V4_URL: ${CI_API_V4_URL}"
- echo "CI_PROJECT_ID: ${CI_PROJECT_ID}"
- echo "CI_COMMIT_REF_NAME: ${CI_COMMIT_REF_NAME}"
- curl --version # Verify curl installation
- |
curl \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
Loading