mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
ci: do not commit PR testing [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user