mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-26 10:07:47 +01:00
push_current_sc_branches.sh: Exclude compound for now
This commit is contained in:
parent
aa69433842
commit
86812e67e0
@ -49,6 +49,14 @@ forelement_repos() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for_main_repos() {
|
||||||
|
for repo in "matrix-js-sdk" "element-web" "element-desktop"; do
|
||||||
|
pushd "$SCHILDI_ROOT/$repo" > /dev/null
|
||||||
|
"$@"
|
||||||
|
popd > /dev/null
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
ensure_yes() {
|
ensure_yes() {
|
||||||
read -e -p "$1 [y/N] " choice
|
read -e -p "$1 [y/N] " choice
|
||||||
|
|
||||||
|
@ -35,4 +35,4 @@ fi
|
|||||||
branch="$b_js"
|
branch="$b_js"
|
||||||
|
|
||||||
echo "Pushing to all repos: $branch"
|
echo "Pushing to all repos: $branch"
|
||||||
forall_repos git push --set-upstream origin "$branch" "$@"
|
for_main_repos git push --set-upstream origin "$branch" "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user