From ab71b89b685f3b244278e5af6285bba04b20c8a2 Mon Sep 17 00:00:00 2001 From: Daniel Krook Date: Fri, 9 Jun 2017 16:16:42 -0400 Subject: [PATCH] Update pipeline commands. --- .bluemix/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bluemix/pipeline.yml b/.bluemix/pipeline.yml index 84c8b2e..d0ff55e 100644 --- a/.bluemix/pipeline.yml +++ b/.bluemix/pipeline.yml @@ -70,11 +70,11 @@ stages: echo "Creating write-from-cloudant ..." ./wsk action get -s write-from-cloudant || \ - ./wsk action update write-from-cloudant ../actions/write-from-cloudant.js + ./wsk action create write-from-cloudant actions/write-from-cloudant.js echo "Creating write-from-cloudant ..." ./wsk action get -s write-to-cloudant || \ - ./wsk action update write-to-cloudant ../actions/write-to-cloudant.js \ + ./wsk action create write-to-cloudant actions/write-to-cloudant.js \ --param CLOUDANT_USERNAME "$CLOUDANT_USERNAME" \ --param CLOUDANT_PASSWORD "$CLOUDANT_PASSWORD" \ --param CLOUDANT_DATABASE "$CLOUDANT_DATABASE"