From 524bc08f3bc629290b1f78150b8f30d401d59b29 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Sat, 17 Oct 2020 17:06:30 -0300 Subject: [PATCH] compile push script --- compile_push_branches.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 compile_push_branches.sh diff --git a/compile_push_branches.sh b/compile_push_branches.sh new file mode 100755 index 0000000..ad10fc7 --- /dev/null +++ b/compile_push_branches.sh @@ -0,0 +1,6 @@ +#!/bin/sh +git checkout mc-1.8 && ./gradlew clean build \ +&& git checkout mc-1.14 && ./gradlew clean build \ +&& git checkout mc-1.15 && ./gradlew clean build \ +&& git checkout mc-1.16 && ./gradlew clean build \ +&& git push origin mc-1.8 mc-1.14 mc-1.15 mc-1.16 \ No newline at end of file