Skip to content

Commit

Permalink
Reverted test edits to commit msg patterns for checking for changes ↞…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 9, 2024
1 parent 4e60732 commit 4473846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for manifest_path in "${MANIFEST_PATHS[@]}" ; do
if [ "$chromium_only" != true ] && [ "$ff_only" != true ] ; then
echo "Checking last commit details for $platform_manifest_path..."
latest_platform_commit_msg=$(git log -1 --format=%s -- "$platform_manifest_path")
if [[ $latest_platform_commit_msg == sump*(version|manifest)* ]] ; then
if [[ $latest_platform_commit_msg == bump*(version|manifest)* ]] ; then
echo -e "No changes found. Skipping...\n" ; continue ; fi
fi

Expand Down

0 comments on commit 4473846

Please sign in to comment.