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