Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 6e3760a

Browse files
Belinda VBelinda V
authored andcommitted
updates to fix build after changes to deploy package
1 parent 8910f89 commit 6e3760a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/travis/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ EDGE_HOST=$(grep '^edge.host=' $WHISKPROPS_FILE | cut -d'=' -f2)
4949
export OPENWHISK_HOME=$WHISKDIR
5050

5151
# Install the package
52-
source $DEPLOYDIR/packages/installCatalog.sh $AUTH_KEY $EDGE_HOST $WSK_CLI
52+
cd $DEPLOYDIR/packages
53+
source $DEPLOYDIR/packages/installCatalog.sh $AUTH_KEY $EDGE_HOST $WSK_CLI
5354

5455
# Test
5556
cd $ROOTDIR/blueprint-hello-world

0 commit comments

Comments
 (0)