diff options
author | Matt Clay <matt@mystile.com> | 2017-01-17 16:44:14 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-01-17 17:09:45 -0800 |
commit | 82bf37fc53da20be09703e82b4c4f4c77200bac8 (patch) | |
tree | 38c799efc5b7e8197981d96285c82e70d55ba6dd /shippable.yml | |
parent | 3c51ce56fdd7e92dc0d9a1e992b65a6792a4c1a7 (diff) | |
download | ansible-82bf37fc53da20be09703e82b4c4f4c77200bac8.tar.gz |
Add docker image output to Shippable pre_ci.
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index 4665c984cf..9937005691 100644 --- a/shippable.yml +++ b/shippable.yml @@ -55,6 +55,8 @@ matrix: - env: TEST=linux/ubuntu1604/3 - env: TEST=linux/ubuntu1604py3/3 build: + pre_ci: + - docker images | grep u14pyt pre_ci_boot: options: "--privileged=false --net=bridge" ci: |