forked from meissa/ModeratorElection
Main branch for production
This commit is contained in:
parent
b9850af239
commit
88b94b61f3
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue