-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WINDUP-2105 Release separately windup-keycloak-tool
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|