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 87c8a98869399fb0842eb81638ed0e04d12c3e6b Author: David Grove <[email protected]> AuthorDate: Wed Apr 28 21:04:34 2021 -0400 attempt to hack around docker rate limiting during tests --- tools/travis/runUnitTests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/travis/runUnitTests.sh b/tools/travis/runUnitTests.sh index 3f66cae..81fc062 100755 --- a/tools/travis/runUnitTests.sh +++ b/tools/travis/runUnitTests.sh @@ -32,4 +32,7 @@ cat "$ROOTDIR/tests/src/test/resources/application.conf" ./distDocker.sh +# yet another hack to hit docker rate limits early... +docker pull alpine:3.5 + ./runTests.sh
