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"