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/05 15:25:10 UTC

[incubator-openwhisk-wskdeploy] branch master updated: use nightly tag to pull docker images for core openwhisk (#1060)

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-wskdeploy.git


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

commit a5382cdbdb670e2cc56b7fb1bcdbef3de7d8db17
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Jul 5 11:25:04 2019 -0400

    use nightly tag to pull docker images for core openwhisk (#1060)
---
 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 43121bd..7f2e42b 100755
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -44,7 +44,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 ${ROOTDIR}/ansible/environments/local -e docker_image_prefix=openwhisk -e docker_image_tag=nightly"
 
 cd $WHISKDIR/ansible
 $ANSIBLE_CMD setup.yml