You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/07/04 23:03:23 UTC

[incubator-openwhisk-cli] branch master updated: use nightly tag to pull openwhisk core images (#450)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2fc2389  use nightly tag to pull openwhisk core images (#450)
2fc2389 is described below

commit 2fc238957cd136d51972eaf7abdc4aa0a9fe7f97
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Jul 4 19:03:18 2019 -0400

    use nightly tag to pull openwhisk core images (#450)
---
 tools/travis/test_openwhisk.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/test_openwhisk.sh b/tools/travis/test_openwhisk.sh
index 698fdd2..a6840a7 100755
--- a/tools/travis/test_openwhisk.sh
+++ b/tools/travis/test_openwhisk.sh
@@ -85,7 +85,7 @@ cd $OPENWHISK_HOME
 
 #  Fire up the cluster
 cd $OPENWHISK_HOME/ansible
-ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=openwhisk"
+ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=openwhisk -e docker_image_tag=nightly"
 $ANSIBLE_CMD setup.yml
 $ANSIBLE_CMD prereq.yml
 $ANSIBLE_CMD couchdb.yml