Skip to content

Commit

Permalink
Release 1.1.155
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Mar 13, 2019
1 parent d664799 commit a8b3a20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions scripts/quickstart-hello-world.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,29 @@ function local_read_args() {
BRANCH="master"
PRINT_USAGE=0
SKIP_SETUP=false
PREDIX_SCRIPTS_ORG="PredixDev"
PREDIX_SCRIPTS=predix-scripts
GITHUB_RAW="https://raw.githubusercontent.com"
IZON_SH="https://raw.githubusercontent.com/PredixDev/izon/1.5.0/izon2.sh"

IZON_SH="https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon2.sh"
#ASSET_MODEL="-amrmd predix-ui-seed/server/sample-data/predix-asset/asset-model-metadata.json predix-ui-seed/server/sample-data/predix-asset/asset-model.json"
SCRIPT="-script cloud-basics.sh -script-readargs cloud-basics-readargs.sh"
QUICKSTART_ARGS="$SCRIPT"
VERSION_JSON="version.json"
PREDIX_SCRIPTS=predix-scripts
GITHUB_ORG="PredixDev"
REPO_NAME=Predix-HelloWorld-WebApp
APP_DIR="predix-hello-world"
APP_NAME="Predix Hello World"
SCRIPT_NAME=quickstart-rmd-ref-app.sh
GITHUB_RAW="https://raw.githubusercontent.com/PredixDev"
TOOLS="Cloud Foundry CLI, Git, Predix CLI"
TOOLS_SWITCHES="--cf --git --predixcli"

# Process switches
local_read_args $@

#variables after processing switches
SCRIPT_LOC="$GITHUB_RAW/$REPO_NAME/$BRANCH/scripts/$SCRIPT_NAME"
VERSION_JSON_URL="$GITHUB_RAW/$REPO_NAME/$BRANCH/version.json"
SCRIPT_LOC="$GITHUB_RAW/$GITHUB_ORG/$REPO_NAME/$BRANCH/scripts/$SCRIPT_NAME"
VERSION_JSON_URL="$GITHUB_RAW/$GITHUB_ORG/$REPO_NAME/$BRANCH/version.json"

function check_internet() {
set +e
Expand Down Expand Up @@ -97,7 +99,7 @@ function init() {
fi

getVersionFile
getLocalSetupFuncs $GITHUB_RAW
getLocalSetupFuncs $GITHUB_RAW $PREDIX_SCRIPTS_ORG
}

if [[ $PRINT_USAGE == 1 ]]; then
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": "Predix Hello World Index.html",
"version": "1.1.151",
"version": "1.1.156",
"private": true,
"dependencies": {
"local-setup": "https://github.com/PredixDev/local-setup#1.0.106",
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.218",
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.151"
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.234",
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.156"
},
"author": "turnerth"
}

0 comments on commit a8b3a20

Please sign in to comment.