mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 07:51:58 +01:00
Add more debug code
This commit is contained in:
parent
bdc358886a
commit
4b29dce360
@ -2,6 +2,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
docker image ls "${DOCKER_REPO}" --format "{{.Repository}}:{{.Tag}}"
|
||||
|
||||
images=$(docker image ls "${DOCKER_REPO}" --format "{{.Repository}}:{{.Tag}}");
|
||||
|
||||
for image in ${images};
|
||||
|
@ -2,6 +2,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
echo "Test Hook is starting"
|
||||
|
||||
docker image ls "${DOCKER_REPO}" --format "{{.Repository}}:{{.Tag}}"
|
||||
|
||||
images=$(docker image ls "${DOCKER_REPO}" --format "{{.Repository}}:{{.Tag}}");
|
||||
|
||||
for image in ${images};
|
||||
|
Loading…
Reference in New Issue
Block a user