Skip to content

Commit

Permalink
fix(unit test): pick the right common-templates
Browse files Browse the repository at this point in the history
bundle name now contains the version

Signed-off-by: fossedihelm <[email protected]>
  • Loading branch information
fossedihelm committed Dec 17, 2024
1 parent cb52a11 commit 0f103af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ oc delete -f dist/templates

LATEST_CT=$(curl -L https://api.github.com/repos/kubevirt/common-templates/releases |
jq '.[] | select(.prerelease==false) | .name' | sort -V | tail -n1 | tr -d '"')
oc apply -f https://github.com/kubevirt/common-templates/releases/download/${LATEST_CT}/common-templates.yaml
oc apply -f https://github.com/kubevirt/common-templates/releases/download/${LATEST_CT}/common-templates-${LATEST_CT}.yaml

set +e
python3 automation/validate-pvc-name-stability.py
Expand Down

0 comments on commit 0f103af

Please sign in to comment.