Skip to content

Commit

Permalink
WINDUP-2105 Release separately windup-keycloak-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi committed Jul 2, 2018
1 parent 26c2697 commit 5c65ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release_windup_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ echo "Cleaning any previous contents from $WORK_DIR"
rm -rf $WORK_DIR
mkdir $WORK_DIR
cd $WORK_DIR
git clone [email protected]:windup/windup-keycloak-tool.git
#git clone [email protected]:windup/windup-keycloak-tool.git
git clone [email protected]:windup/windup-web.git
git clone [email protected]:windup/windup-openshift.git
git clone [email protected]:windup/windup-web-distribution.git
Expand Down Expand Up @@ -90,7 +90,7 @@ git commit -a -m "Preparing for release"
git push origin
cd ../

release_windup [email protected]:windup/windup-keycloak-tool.git windup-keycloak-tool
#release_windup [email protected]:windup/windup-keycloak-tool.git windup-keycloak-tool
release_windup [email protected]:windup/windup-web.git windup-web
release_windup [email protected]:windup/windup-openshift.git windup-openshift
release_windup [email protected]:windup/windup-web-distribution.git windup-web-distribution
Expand Down

0 comments on commit 5c65ac3

Please sign in to comment.