mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
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.
This commit is contained in:
@@ -58,6 +58,9 @@ build:
|
||||
pre_ci:
|
||||
- docker images | grep u14pyt
|
||||
pre_ci_boot:
|
||||
image_name: drydock/u14pyt
|
||||
image_tag: prod
|
||||
pull: false
|
||||
options: "--privileged=false --net=bridge"
|
||||
ci:
|
||||
- test/utils/shippable/timing.sh test/utils/shippable/shippable.sh
|
||||
|
||||
Reference in New Issue
Block a user