From 8168609ee9470cf88ceab5911e89f05ebdb34787 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sun, 17 Dec 2023 19:19:19 +0100 Subject: [PATCH] ci: do not commit PR testing [skip ci] --- get_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_repo.sh b/get_repo.sh index 5805ffd3120..a903752318e 100755 --- a/get_repo.sh +++ b/get_repo.sh @@ -14,7 +14,7 @@ if [[ -n "${PULL_REQUEST_ID}" ]]; then git fetch --unshallow git fetch origin "pull/${PULL_REQUEST_ID}/head" git checkout FETCH_HEAD - git merge --no-edit "origin/${BRANCH_NAME}" + git merge --no-commit "origin/${BRANCH_NAME}" fi if [[ -z "${RELEASE_VERSION}" ]]; then