summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-08-29 16:05:16 -0700
committerMatt Clay <matt@mystile.com>2018-08-30 09:12:22 -0700
commitb6beac61a837d658719ff90f0e437d8323b03904 (patch)
treebfec588a4a1f87175cfe96d79f8f50339ccb9374
parent3cd045efd100c5d29340c63d806e656a0dc4bc60 (diff)
downloadansible-b6beac61a837d658719ff90f0e437d8323b03904.tar.gz
List quay.io images during Shippable run.
(cherry picked from commit a96a51b0c6cc5242c696c6da52c7f823c57d2acb)
-rwxr-xr-xtest/utils/shippable/shippable.sh1
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