From b8377511d2e8cf60819d646a3fb319e35ef5268f Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Wed, 7 Aug 2024 09:59:32 +0200 Subject: [PATCH] Drop message arg for tagging --- integration-tests/run-integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/run-integration-test.sh b/integration-tests/run-integration-test.sh index ba9ad2111aa..9944a7b1332 100755 --- a/integration-tests/run-integration-test.sh +++ b/integration-tests/run-integration-test.sh @@ -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