Skip to content

Commit

Permalink
get creds from root dir instead od open relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cariello committed Nov 30, 2017
1 parent 5073b6c commit d619f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ANSIBLE_CMD openwhisk.yml

cd $WHISKDIR

VCAP_SERVICES_FILE="$(readlink -f $WHISKDIR/../tests/credentials.json)"
VCAP_SERVICES_FILE="$(readlink -f $ROOTDIR/tests/credentials.json)"

#update whisk.properties to add tests/credentials.json file to vcap.services.file, which is needed in tests
WHISKPROPS_FILE="$WHISKDIR/whisk.properties"
Expand Down

0 comments on commit d619f66

Please sign in to comment.