Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Fix for issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
awjh-ibm authored Jul 30, 2018
1 parent 4dbbdb0 commit df2cadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bluemix/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
printf "\n\n --- We are done here. ---\n\n"

0 comments on commit df2cadb

Please sign in to comment.