diff options
author | Matt Clay <matt@mystile.com> | 2018-08-29 16:05:16 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-08-29 18:04:22 -0700 |
commit | a96a51b0c6cc5242c696c6da52c7f823c57d2acb (patch) | |
tree | 3dc3ec38d4f8c3eaa8ae6f441d3fc6cea1268453 /test/utils | |
parent | 78bd02042945ac6c8397be0a1e960549fe2a2625 (diff) | |
download | ansible-a96a51b0c6cc5242c696c6da52c7f823c57d2acb.tar.gz |
List quay.io images during Shippable run.
Diffstat (limited to 'test/utils')
-rwxr-xr-x | test/utils/shippable/shippable.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index 3396ecc8bf..e6e2d7d88a 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -10,6 +10,7 @@ script="${args[0]}" test="$1" docker images ansible/ansible +docker images quay.io/ansible/* docker ps for container in $(docker ps --format '{{.Image}} {{.ID}}' | grep -v '^drydock/' | sed 's/^.* //'); do |