Skip to content

Commit

Permalink
fix: pre-push script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Sep 28, 2024
1 parent c51ca24 commit 75f4af2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taf/resources/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ TAF_CLI="taf"
LAST_VALIDATED_COMMIT=$($TAF_CLI repo latest-commit)
if [ $? -ne 0 ]; then
echo "Failed to retrieve the last validated commit."
exit 1
# Change here to continue instead of exiting
LAST_VALIDATED_COMMIT=""
fi

# Log the commit information before running the validation
Expand Down

0 comments on commit 75f4af2

Please sign in to comment.