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

debug with logging

parent b36b2189
No related branches found
No related tags found
1 merge request!1Define and run a pipeline
Pipeline #68261 passed
......@@ -46,10 +46,10 @@ job_publish_artifact:
- echo "Publishing artifact..."
- ls -al # List files to confirm artifact.bin exists
- 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}"
- echo "${CI_JOB_TOKEN}"
- echo " ${CI_API_V4_URL}"
- echo "${CI_PROJECT_ID}"
- echo "${CI_COMMIT_REF_NAME}"
- curl --version # Verify curl installation
- |
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