Main branch for production

This commit is contained in:
Mirco 2024-06-26 12:11:50 +02:00
parent b9850af239
commit 88b94b61f3

View file

@ -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"