Skip to content
Snippets Groups Projects
Commit 6903c596 authored by Julien Leduc's avatar Julien Leduc
Browse files

Print CTA_BUILD_ID in the jobs and not the full SHA of the commit of course....

Print CTA_BUILD_ID in the jobs and not the full SHA of the commit of course. The generated rpm version was OK but the logs were useless.
parent 24b6d4e9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ stages:
before_script:
- export CTA_BUILD_ID=${CI_PIPELINE_ID}git${CI_COMMIT_SHA:0:8}
- echo "Exporting CTA_BUILD_ID=${CI_COMMIT_SHA}"
- echo "Exporting CTA_BUILD_ID=${CTA_BUILD_ID}"
cta_srpm:
stage: build:srpm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment