mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 15:48:05 +00:00
chore
This commit is contained in:
6
scripts/automerge.sh
Normal file → Executable file
6
scripts/automerge.sh
Normal file → Executable file
@@ -1,11 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
[[ -z $(git status --porcelain) ]] &&
|
[[ -z $(git status --porcelain) ]] &&
|
||||||
git checkout main &&
|
git checkout master &&
|
||||||
git pull --ff-only &&
|
git pull --ff-only &&
|
||||||
git checkout develop &&
|
git checkout develop &&
|
||||||
git merge main &&
|
git merge master &&
|
||||||
git push --follow-tags &&
|
git push --follow-tags &&
|
||||||
git checkout main &&
|
git checkout master &&
|
||||||
git merge develop --ff-only &&
|
git merge develop --ff-only &&
|
||||||
git push &&
|
git push &&
|
||||||
git checkout develop ||
|
git checkout develop ||
|
||||||
|
|||||||
Reference in New Issue
Block a user