Skip to content

Commit 5c65ac3

Browse files
committed
WINDUP-2105 Release separately windup-keycloak-tool
1 parent 26c2697 commit 5c65ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/release_windup_web.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ echo "Cleaning any previous contents from $WORK_DIR"
6161
rm -rf $WORK_DIR
6262
mkdir $WORK_DIR
6363
cd $WORK_DIR
64-
git clone [email protected]:windup/windup-keycloak-tool.git
64+
#git clone [email protected]:windup/windup-keycloak-tool.git
6565
git clone [email protected]:windup/windup-web.git
6666
git clone [email protected]:windup/windup-openshift.git
6767
git clone [email protected]:windup/windup-web-distribution.git
@@ -90,7 +90,7 @@ git commit -a -m "Preparing for release"
9090
git push origin
9191
cd ../
9292

93-
release_windup [email protected]:windup/windup-keycloak-tool.git windup-keycloak-tool
93+
#release_windup [email protected]:windup/windup-keycloak-tool.git windup-keycloak-tool
9494
release_windup [email protected]:windup/windup-web.git windup-web
9595
release_windup [email protected]:windup/windup-openshift.git windup-openshift
9696
release_windup [email protected]:windup/windup-web-distribution.git windup-web-distribution

0 commit comments

Comments
 (0)