mirror of
https://github.com/maxkratz/vscodium.git
synced 2025-02-19 08:00:03 +00:00
fix: update commit msg and branch name [skip ci]
This commit is contained in:
parent
e159da782a
commit
56e99f2989
1 changed files with 6 additions and 4 deletions
|
@ -22,10 +22,12 @@ git add .
|
|||
CHANGES=$( git status --porcelain )
|
||||
|
||||
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
|
||||
git pull origin insider
|
||||
git push origin insider --quiet
|
||||
BRANCH_NAME=$( git rev-parse --abbrev-ref HEAD )
|
||||
|
||||
if ! git push origin "${BRANCH_NAME}" --quiet; then
|
||||
git pull origin "${BRANCH_NAME}"
|
||||
git push origin "${BRANCH_NAME}" --quiet
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue