From dd2104065c316d9d22fec3e4a5d296773e3ca06c Mon Sep 17 00:00:00 2001 From: FalsePattern Date: Thu, 17 Apr 2025 13:57:44 +0200 Subject: [PATCH] ci: update push.sh --- push.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/push.sh b/push.sh index 7142ca83..c2832d5a 100755 --- a/push.sh +++ b/push.sh @@ -23,8 +23,6 @@ set -e -declare -a branches=("dev" "master" "243" "242" "241") - die () { echo >&2 "$@" exit 1 @@ -32,8 +30,4 @@ die () { [ "$#" -eq 1 ] || die "1 argument required, $# provided" -for i in "${branches[@]}" -do - echo "Pushing branch $i" - git push "$1" "$i" -done \ No newline at end of file +git push --atomic "$1" "dev" "master" "243" "242" "241" \ No newline at end of file