Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Jul 17, 2018
1 parent a69c535 commit 8a83c0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions scripts/quickstart-wind-workbench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ SKIP_SETUP=false
SCRIPT="-script build-basic-app.sh -script-readargs edge-starter-readargs.sh"
QUICKSTART_ARGS=" $SCRIPT"
VERSION_JSON="version.json"
PREDIX_SCRIPTS=predix-scripts
REPO_NAME=wind-workbench
PREDIX_SCRIPTS="predix-scripts"
REPO_NAME="wind-workbench"
VERSION_JSON="version.json"
APP_DIR="edge-hello-world"
APP_NAME="Edge Starter Hello World"
Expand Down Expand Up @@ -113,7 +113,10 @@ getPredixScripts
#clone the repo itself if running from oneclick script
pwd
ls -lrt
getCurrentRepo
if [[ ! -d "$PREDIX_SCRIPTS/$REPO_NAME" ]]; then
echo "repo not present"
getCurrentRepo
fi
echo "pwd after copy -> $(pwd)"
ls -lrt
echo "quickstart_args=$QUICKSTART_ARGS"
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Wind Workbench",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"dependencies": {
"local-setup": "https://github.com/PredixDev/local-setup#1.0.96",
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.145",
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.3"
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.146",
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.4"
},
"author": "susheelchoudhari"
}

0 comments on commit 8a83c0c

Please sign in to comment.