Skip to content

Commit

Permalink
Drop message arg for tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Aug 7, 2024
1 parent 03d1a70 commit b837751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/run-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ else
|| (
git -C "${project_root}" fetch --depth 1 "${repository}" "${revision}" \
&& git -C "${project_root}" checkout --force FETCH_HEAD \
&& (git -C "${project_root}" tag "${revision}" --message "${revision}" || true)
&& (git -C "${project_root}" tag "${revision}" || true)
)
fi

Expand Down

0 comments on commit b837751

Please sign in to comment.