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

Prepare for debugging

This commit is contained in:
Tobias L. Maier 2018-04-29 17:38:45 +02:00
parent 646cb9ca88
commit 02fe44c579
3 changed files with 2 additions and 7 deletions

@ -1,9 +1,2 @@
1.12 1.8.*
1.13 1.10.*
17 1.18.*
17.03 1.11.*
17.06 1.15.*
17.09 1.16.*
17.12 1.18.*
18 1.19.*
18.02 1.19.*

@ -8,4 +8,5 @@ for image in ${images};
do
echo "# Pushing image ${image}..."
docker image push "${image}"
echo "Exit code: $?"
done

@ -9,4 +9,5 @@ do
echo "# Testing image ${image}..."
export IMAGE_NAME=${image};
docker-compose -f docker-compose.test.yml --rm run sut
echo "Exit code: $?"
done