Predownload image before tests start

This commit is contained in:
Mahmood Ali 2020-05-15 12:55:53 -04:00
parent 34b22047b7
commit 3441cdf00e
2 changed files with 6 additions and 0 deletions

3
.circleci/config.yml generated
View File

@ -526,6 +526,9 @@ jobs:
export PATH=$PATH:/c/go/bin:/c/gopath/bin
make deps
name: Install golang dependencies
- run:
command: docker pull hashicorpnomad/busybox-windows:server2016-0.1
name: Pre-download docker test image
- run:
command: |
export PATH=$PATH:/c/go/bin:/c/gopath/bin

View File

@ -20,6 +20,9 @@ steps:
command: |
export PATH=$PATH:/c/go/bin:/c/gopath/bin
make deps
- run:
name: Pre-download docker test image
command: docker pull hashicorpnomad/busybox-windows:server2016-0.1
- run:
name: Build nomad
command: |