Disable pull of updated Shippable docker image.
This should improve reliability of our jobs on Shippable.
The Shippable AMIs should already have the latest docker image,
per Shippable support, so pull doesn't provide any benefit for us.
(cherry picked from commit 25caa67d41
)
This commit is contained in:
parent
db22594955
commit
0240ffe220
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ matrix:
|
|||
python: 2.7
|
||||
build:
|
||||
pre_ci_boot:
|
||||
image_name: drydock/u14pyt
|
||||
image_tag: prod
|
||||
pull: false
|
||||
options: "--privileged=false --net=bridge"
|
||||
ci:
|
||||
- test/utils/shippable/ci.sh
|
||||
|
|
Loading…
Reference in a new issue