Skip to content

Commit 2fc2389

Browse files
authored
use nightly tag to pull openwhisk core images (#450)
1 parent 457c17d commit 2fc2389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/test_openwhisk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cd $OPENWHISK_HOME
8585

8686
# Fire up the cluster
8787
cd $OPENWHISK_HOME/ansible
88-
ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=openwhisk"
88+
ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=openwhisk -e docker_image_tag=nightly"
8989
$ANSIBLE_CMD setup.yml
9090
$ANSIBLE_CMD prereq.yml
9191
$ANSIBLE_CMD couchdb.yml

0 commit comments

Comments
 (0)