From 88b94b61f3e7fd77df147525ca3260766323f42b Mon Sep 17 00:00:00 2001 From: Mirco Date: Wed, 26 Jun 2024 12:11:50 +0200 Subject: [PATCH] Main branch for production --- image/resources/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/image/resources/install.sh b/image/resources/install.sh index c16910a..296440b 100755 --- a/image/resources/install.sh +++ b/image/resources/install.sh @@ -11,7 +11,8 @@ function main() mkdir /usr/local/src/ModeratorElection #change to main branch for production - git clone --single-branch --branch MEapp-development https://repo.prod.meissa.de/meissa/ModeratorElection.git /usr/local/src/ModeratorElection + #change to MEapp-development branch for development + git clone --single-branch --branch main https://repo.prod.meissa.de/meissa/ModeratorElection.git /usr/local/src/ModeratorElection #download gradle #gradle_version="8.4"