1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 07:51:58 +01:00

Remove debug code

This commit is contained in:
Tobias L. Maier 2018-04-29 18:34:14 +02:00
parent 4792cc9f2d
commit f203228e70
2 changed files with 0 additions and 3 deletions

@ -2,7 +2,6 @@
set -e
while read -r docker_version compose_version;
do
image=${DOCKER_REPO}:${docker_version}

@ -2,8 +2,6 @@
set -e
echo "Test Hook is starting"
while read -r docker_version compose_version;
do
image=${DOCKER_REPO}:${docker_version}