UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c7ba4441 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'cicd-variable-check' into 'master'

testing

See merge request platform-one/big-bang/bigbang!397
parents a982c127 684d0e47
No related branches found
No related tags found
1 merge request!397testing
Pipeline #213821 passed
......@@ -5,7 +5,7 @@ mkdir -p repos/
# "Package" ourselves
# Do it this way on purpose (instead of cp or rsync) to ensure this never includes any unwanted "build" artifacts
git -C repos/ clone -b ${CI_COMMIT_REF_NAME} ${CI_REPOSITORY_URL}
git -C repos/ clone -b ${CI_COMMIT_REF_NAME} ${CI_PROJECT_URL}
# Clone core
yq e ".*.git.repo | select(. != null) | path | .[-3] " "chart/values.yaml" | while IFS= read -r package; do
......
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