Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
fix key name
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Lavigne committed Jul 2, 2018
1 parent b335a94 commit 795e262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bluemix/pipeline-DEPLOY.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bx service create cloudantNoSQLDB Lite ${PREFIX}logistics-wizard-erp-db

# create the database
bx service key-create ${PREFIX}logistics-wizard-erp-db for-pipeline
CLOUDANT_URL=`bx service key-show ${PREFIX}logistics-wizard-erp-db for-test | grep "\"url\"" | awk '{print $2}' | tr -d '","'`
CLOUDANT_URL=`bx service key-show ${PREFIX}logistics-wizard-erp-db for-pipeline | grep "\"url\"" | awk '{print $2}' | tr -d '","'`
curl -s -X PUT $CLOUDANT_URL/logistics-wizard | grep -v file_exists

if ! bx app show $CF_APP; then
Expand Down

0 comments on commit 795e262

Please sign in to comment.