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

[incubator-openwhisk-client-js] branch master updated: Use `nightly` as the docker image tag for travis CI (#182)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f6ea6e3  Use `nightly`  as the docker image tag for travis CI (#182)
f6ea6e3 is described below

commit f6ea6e374d746d733995a29b01a45f29482dcb39
Author: jiangpch <ji...@navercorp.com>
AuthorDate: Fri Jul 5 13:06:46 2019 +0800

    Use `nightly`  as the docker image tag for travis CI (#182)
    
    * Use `nightly`  as the docker image tag
    
    * Update build.sh
---
 tools/travis/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 6e9107d..d4b1d1b 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -12,7 +12,7 @@ WHISKDIR="$ROOTDIR/../openwhisk"
 # Install OpenWhisk
 cd $WHISKDIR/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