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

debug with logging

parent 32de1ebd
No related branches found
No related tags found
1 merge request!23Tut01 test exercise
......@@ -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}" \
......
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