From 342bf123076118489e17da49d2623027e326109a 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 ba9ad2111a..9944a7b133 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