Skip to content

Commit

Permalink
Merge pull request apache#8 from myrle-krantz/develop
Browse files Browse the repository at this point in the history
merging fix to script made by github user liseri under mifosio versio…
  • Loading branch information
myrle-krantz authored Apr 4, 2018
2 parents 8d026c3 + d5665f1 commit 9de98f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/windows/initial-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,15 @@ CALL gradlew publishToMavenLocal
TIMEOUT /T 5
cd ..

REM initialze cheques
git clone https://github.com/%githubAccount%/cheques.git
cd cheques
git remote add upstream https://github.com/mifosio/cheques.git
git checkout develop
CALL gradlew publishToMavenLocal
TIMEOUT /T 5
cd ..

REM initialze teller
git clone https://github.com/%githubAccount%/teller.git
cd teller
Expand Down

0 comments on commit 9de98f2

Please sign in to comment.