mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
fix: update commit msg and branch name [skip ci]
This commit is contained in:
@@ -22,10 +22,12 @@ git add .
|
|||||||
CHANGES=$( git status --porcelain )
|
CHANGES=$( git status --porcelain )
|
||||||
|
|
||||||
if [[ -n "${CHANGES}" ]]; then
|
if [[ -n "${CHANGES}" ]]; then
|
||||||
git commit -m "build(insider): update to commit ${MS_COMMIT:0:7}"
|
git commit -m "build(${VSCODE_QUALITY}): update to commit ${MS_COMMIT:0:7}"
|
||||||
|
|
||||||
if ! git push origin insider --quiet; then
|
BRANCH_NAME=$( git rev-parse --abbrev-ref HEAD )
|
||||||
git pull origin insider
|
|
||||||
git push origin insider --quiet
|
if ! git push origin "${BRANCH_NAME}" --quiet; then
|
||||||
|
git pull origin "${BRANCH_NAME}"
|
||||||
|
git push origin "${BRANCH_NAME}" --quiet
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user