UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 684d0e47 authored by runyontr's avatar runyontr Committed by joshwolf
Browse files

use `CI_PROJECT_URL` instead of `CI_REPOSITORY_URL` for self packaging release artifacts

parent f6e11e9c
No related branches found
No related tags found
1 merge request!397testing
......@@ -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