瀏覽代碼

ci: do not commit PR testing [skip ci]

Baptiste Augrain 1 年之前
父節點
當前提交
8168609ee9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      get_repo.sh

+ 1 - 1
get_repo.sh

@@ -14,7 +14,7 @@ if [[ -n "${PULL_REQUEST_ID}" ]]; then
   git fetch --unshallow
   git fetch --unshallow
   git fetch origin "pull/${PULL_REQUEST_ID}/head"
   git fetch origin "pull/${PULL_REQUEST_ID}/head"
   git checkout FETCH_HEAD
   git checkout FETCH_HEAD
-  git merge --no-edit "origin/${BRANCH_NAME}"
+  git merge --no-commit "origin/${BRANCH_NAME}"
 fi
 fi
 
 
 if [[ -z "${RELEASE_VERSION}" ]]; then
 if [[ -z "${RELEASE_VERSION}" ]]; then