소스 검색

ci: skip message for merge [skip ci]

Baptiste Augrain 1 년 전
부모
커밋
508642510a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      get_repo.sh

+ 1 - 1
get_repo.sh

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