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:
parent
646cb9ca88
commit
02fe44c579
@ -1,9 +1,2 @@
|
|||||||
1.12 1.8.*
|
1.12 1.8.*
|
||||||
1.13 1.10.*
|
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
|
do
|
||||||
echo "# Pushing image ${image}..."
|
echo "# Pushing image ${image}..."
|
||||||
docker image push "${image}"
|
docker image push "${image}"
|
||||||
|
echo "Exit code: $?"
|
||||||
done
|
done
|
||||||
|
@ -9,4 +9,5 @@ do
|
|||||||
echo "# Testing image ${image}..."
|
echo "# Testing image ${image}..."
|
||||||
export IMAGE_NAME=${image};
|
export IMAGE_NAME=${image};
|
||||||
docker-compose -f docker-compose.test.yml --rm run sut
|
docker-compose -f docker-compose.test.yml --rm run sut
|
||||||
|
echo "Exit code: $?"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user