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/openwhisk.git

commit bb7192e90a046c5aaad9785fdd4ec6591ab78909
Author: David Grove <[email protected]>
AuthorDate: Mon May 17 16:50:29 2021 -0400

    prefetch openwhisk/example to avoid timeout during test execution
---
 tools/travis/runStandaloneTests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/travis/runStandaloneTests.sh 
b/tools/travis/runStandaloneTests.sh
index a9527fb..ba10c5b 100755
--- a/tools/travis/runStandaloneTests.sh
+++ b/tools/travis/runStandaloneTests.sh
@@ -47,6 +47,7 @@ kubectl config set-context --current --namespace=default
 # This is required because it is timed out to pull the image during the test.
 docker pull openwhisk/action-nodejs-v14:nightly
 docker pull openwhisk/dockerskeleton:nightly
+docker pull openwhisk/example:nightly
 docker pull openwhisk/apigateway:0.11.0
 
 cd $ROOTDIR

Reply via email to