Skip to content
Snippets Groups Projects
Commit bac3c07b authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Add comment to describe var exports

parent ec01a50a
No related branches found
No related tags found
Loading
...@@ -62,6 +62,7 @@ workflow: ...@@ -62,6 +62,7 @@ workflow:
- export CRI_XCBC_prod=$(git rev-parse --short origin/uab-prod) - export CRI_XCBC_prod=$(git rev-parse --short origin/uab-prod)
- git fetch upstream ${EXT_PR_SRC_BRANCH} - git fetch upstream ${EXT_PR_SRC_BRANCH}
- git merge upstream/${EXT_PR_SRC_BRANCH} - git merge upstream/${EXT_PR_SRC_BRANCH}
# export vars into job artifacts
- cd .. - cd ..
- export PACKER_IMAGE_HEAD=$(git rev-parse --short HEAD) - export PACKER_IMAGE_HEAD=$(git rev-parse --short HEAD)
- echo CRI_XCBC_HEAD=${CRI_XCBC_HEAD} | tee -a $CI_PROJECT_DIR/image.env - echo CRI_XCBC_HEAD=${CRI_XCBC_HEAD} | tee -a $CI_PROJECT_DIR/image.env
......
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