Browse Source

ci: do not commit PR testing [skip ci]

Baptiste Augrain 2 năm trước cách đây
mục cha
commit
1c424b6c05
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 origin "pull/${PULL_REQUEST_ID}/head"
   git checkout FETCH_HEAD
-  git merge --no-commit "origin/${BRANCH_NAME}"
+  git merge --no-ff --no-commit "origin/${BRANCH_NAME}"
 fi
 
 if [[ -z "${RELEASE_VERSION}" ]]; then