Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Shippable build image to v5.4.1. #32988

Merged
merged 2 commits into from
Nov 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,9 @@ matrix:
- env: TEST=linux/ubuntu1604/3
- env: TEST=linux/ubuntu1604py3/3
build:
pre_ci:
- docker images drydock/u16pytall
pre_ci_boot:
image_name: drydock/u16pytall
image_tag: master
pull: false
image_tag: v5.4.1
options: "--privileged=false --net=bridge"
ci:
- test/utils/shippable/timing.sh test/utils/shippable/shippable.sh
Expand Down