From df2cadb4e8fd80003d117f419379295e7a289f31 Mon Sep 17 00:00:00 2001 From: Andrew Hurt <31732124+awjh-ibm@users.noreply.github.com> Date: Mon, 30 Jul 2018 14:21:02 +0100 Subject: [PATCH] Fix for issue #1 --- .bluemix/pipeline.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bluemix/pipeline.sh b/.bluemix/pipeline.sh index 0062f50..69d6ae8 100755 --- a/.bluemix/pipeline.sh +++ b/.bluemix/pipeline.sh @@ -3,7 +3,7 @@ set -ex trap 'detect_exit' 0 1 2 3 6 export IBP_NAME="ibm-blockchain-5-prod" -export IBP_PLAN="ibm-blockchain-plan-v1-starter-prod" +export IBP_PLAN="ibm-blockchain-plan-v1-ga1-starter-prod" export VCAP_KEY_NAME="Credentials-1" export APP_URL="unknown_yet" # we correct this later @@ -489,4 +489,4 @@ export APP_URL=$(cf app ${CF_APP} | grep -Po "(?<=routes:)\s*\S*") export COMPLETED_STEP="6" update_status -printf "\n\n --- We are done here. ---\n\n" \ No newline at end of file +printf "\n\n --- We are done here. ---\n\n"