Skip to content

Commit

Permalink
add exit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Dec 3, 2024
1 parent a5c4698 commit 29e2a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions updatecli/scripts/update-calico.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ source $(dirname $0)/create-issue.sh
ISSUE_TITLE="Updatecli failed for calico ${CALICO_VERSION}"
trap report-error EXIT INT

exit 2

if [ -n "$CALICO_VERSION" ]; then
current_calico_version=$(yq '.version' packages/rke2-calico/templates/crd-template/Chart.yaml)
if [ "$current_calico_version" != "$CALICO_VERSION" ]; then
Expand Down

0 comments on commit 29e2a0b

Please sign in to comment.