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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b23289  use nightly tag to pull core openwhisk images from dockerhub 
(#47)
4b23289 is described below

commit 4b232898c7df913470aa10b9c2dd2b9e5bff6f58
Author: David Grove <[email protected]>
AuthorDate: Thu Jul 4 19:21:24 2019 -0400

    use nightly tag to pull core openwhisk images from dockerhub (#47)
---
 travis/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/travis/setup.sh b/travis/setup.sh
index 82ebf3f..d0e6747 100755
--- a/travis/setup.sh
+++ b/travis/setup.sh
@@ -42,7 +42,7 @@ cp $SCRIPTDIR/runtimes.json $WHISKDIR/ansible/files
 
 # Deploy OpenWhisk
 cd $WHISKDIR/ansible
-ANSIBLE_CMD="ansible-playbook -i ${WHISKDIR}/ansible/environments/local -e 
docker_image_prefix=openwhisk"
+ANSIBLE_CMD="ansible-playbook -i ${WHISKDIR}/ansible/environments/local -e 
docker_image_prefix=openwhisk  -e docker_image_tag=nightly"
 $ANSIBLE_CMD setup.yml
 $ANSIBLE_CMD prereq.yml
 $ANSIBLE_CMD couchdb.yml

Reply via email to