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

debug with logging

parent 829da18c
No related branches found
No related tags found
1 merge request!26Tut01
...@@ -46,10 +46,10 @@ job_publish_artifact: ...@@ -46,10 +46,10 @@ job_publish_artifact:
- echo "Publishing artifact..." - echo "Publishing artifact..."
- ls -al # List files to confirm artifact.bin exists - ls -al # List files to confirm artifact.bin exists
- pwd # Print the current directory - pwd # Print the current directory
- echo "CI_JOB_TOKEN: ${CI_JOB_TOKEN}" - echo "${CI_JOB_TOKEN}"
- echo "CI_API_V4_URL: ${CI_API_V4_URL}" - echo " ${CI_API_V4_URL}"
- echo "CI_PROJECT_ID: ${CI_PROJECT_ID}" - echo "${CI_PROJECT_ID}"
- echo "CI_COMMIT_REF_NAME: ${CI_COMMIT_REF_NAME}" - echo "${CI_COMMIT_REF_NAME}"
- curl --version # Verify curl installation - curl --version # Verify curl installation
- | - |
curl \ curl \
......
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