Skip to content

Commit 87c8a98

Browse files
committed
attempt to hack around docker rate limiting during tests
1 parent 8bbcd51 commit 87c8a98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/travis/runUnitTests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ cat "$ROOTDIR/tests/src/test/resources/application.conf"
3232

3333
./distDocker.sh
3434

35+
# yet another hack to hit docker rate limits early...
36+
docker pull alpine:3.5
37+
3538
./runTests.sh

0 commit comments

Comments
 (0)