mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
ci: skip message for merge [skip ci]
This commit is contained in:
@@ -13,7 +13,7 @@ if [[ -n "${PULL_REQUEST_ID}" ]]; then
|
|||||||
|
|
||||||
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 "origin/${BRANCH_NAME}"
|
git merge --no-edit "origin/${BRANCH_NAME}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "${RELEASE_VERSION}" ]]; then
|
if [[ -z "${RELEASE_VERSION}" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user