mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
compose_version not used in test and push hooks
This commit is contained in:
parent
548911cd35
commit
66499c954f
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
while read -r docker_version compose_version;
|
while read -r docker_version _;
|
||||||
do
|
do
|
||||||
image=${DOCKER_REPO}:${docker_version}
|
image=${DOCKER_REPO}:${docker_version}
|
||||||
echo "# Pushing image ${image}..."
|
echo "# Pushing image ${image}..."
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
while read -r docker_version compose_version;
|
while read -r docker_version _;
|
||||||
do
|
do
|
||||||
image=${DOCKER_REPO}:${docker_version}
|
image=${DOCKER_REPO}:${docker_version}
|
||||||
echo "# Testing image ${image}..."
|
echo "# Testing image ${image}..."
|
||||||
|
Loading…
Reference in New Issue
Block a user