From 403cfbfa293160d15f813b3b223aeef3b87c8ce2 Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:24:25 +0200 Subject: [PATCH 1/2] Update readme and scripts --- README.md | 2 +- build_cli.sh | 4 ++-- build_web.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29a0e13..5e11537 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # windup-local-build-scripts -Useful scripts to build locally all projects involving the MTA CLI and Web UI +Useful scripts to build locally all projects involving the WINDUP CLI and Web UI The scripts within this repository should be executed from the parent directory of the local repositories, i.e. the parent directory of windup, windup-distribution, etc. diff --git a/build_cli.sh b/build_cli.sh index 1131f47..6daeb22 100755 --- a/build_cli.sh +++ b/build_cli.sh @@ -15,5 +15,5 @@ cd .. cd windup-distribution $MVN_COMMAND || exit 1 -cd target -unzip mta-cli-*.zip +cd windup-cli/target +unzip windup-cli-*.zip diff --git a/build_web.sh b/build_web.sh index 7fd38ba..966e43a 100755 --- a/build_web.sh +++ b/build_web.sh @@ -19,4 +19,4 @@ $MVN_COMMAND || exit 1 cd target -unzip mta-web-*.zip +unzip windup-web-*.zip From e4b9d18ffdbcd2afebea63a2619678e7a477c3a2 Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:30:42 +0200 Subject: [PATCH 2/2] Change regex of unzip command to make it work --- build_cli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_cli.sh b/build_cli.sh index 6daeb22..bf367c9 100755 --- a/build_cli.sh +++ b/build_cli.sh @@ -17,3 +17,4 @@ $MVN_COMMAND || exit 1 cd windup-cli/target unzip windup-cli-*.zip +unzip windup-cli-*-offline.zip