Predownload image before tests start
This commit is contained in:
parent
34b22047b7
commit
3441cdf00e
|
@ -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
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue