Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 9505992

Browse files
authored
Merge pull request #42 from IBM/add_deploy_to_bluemix
Update pipeline commands.
2 parents 9185977 + 8da9a60 commit 9505992

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎.bluemix/pipeline.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ stages:
3939
#!/bin/bash
4040
4141
set -x
42+
set +e
43+
4244
# download openwhisk cli
4345
if [ ! -f ./wsk ]; then
4446
wget https://openwhisk.ng.bluemix.net/cli/go/download/linux/amd64/wsk
@@ -51,8 +53,6 @@ stages:
5153
# create openwhisk package
5254
./wsk package refresh
5355
54-
set +e
55-
5656
echo "Creating a clean deployment"
5757
./wsk rule disable echo-images
5858
sleep 1
@@ -64,6 +64,8 @@ stages:
6464
./wsk package delete "$CLOUDANT_INSTANCE"
6565
sleep 1
6666
67+
set -e
68+
6769
echo "Binding package"
6870
./wsk package bind /whisk.system/cloudant "$CLOUDANT_INSTANCE" \
6971
--param username "$CLOUDANT_USERNAME" \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /