Skip to content

Commit

Permalink
ci: do not commit PR testing [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Dec 17, 2023
1 parent 24aafd8 commit 8168609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8168609

Please sign in to comment.