This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new de68d4b  Fix the failure issue in travis (#792)
de68d4b is described below

commit de68d4bb7e5df1ffd6c49e8b0d635641398eb6ef
Author: Vincent <s...@us.ibm.com>
AuthorDate: Mon Mar 12 18:53:08 2018 -0400

    Fix the failure issue in travis (#792)
    
    This PR changes the configuration of openwhisk installation script
    back to use the one under openwhisk.
---
 tools/travis/script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index cfc82f5..f9b6b58 100755
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -43,7 +43,7 @@ WHISKDIR="$HOMEDIR/openwhisk"
 cd $WHISKDIR
 ./tools/travis/setup.sh
 
-ANSIBLE_CMD="ansible-playbook -i ${ROOTDIR}/ansible/environments/local -e 
docker_image_prefix=openwhisk"
+ANSIBLE_CMD="ansible-playbook -i environments/local -e 
docker_image_prefix=openwhisk"
 
 cd $WHISKDIR/ansible
 $ANSIBLE_CMD setup.yml

-- 
To stop receiving notification emails like this one, please contact
pde...@apache.org.

Reply via email to