Skip to content

Commit

Permalink
Exit code from diff indicating changes should not block commit. (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <[email protected]>
  • Loading branch information
kfox1111 authored Oct 5, 2023
1 parent ebfa518 commit a6cb397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jq -r '. | keys[]' "$IMAGEJSON" | while read -r CHART; do
fi
done
done
"${SCRIPTPATH}/../../helm-docs.sh"
"${SCRIPTPATH}/../../helm-docs.sh" || true

0 comments on commit a6cb397

Please sign in to comment.