1
0
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:
Tobias L. Maier 2018-04-29 19:35:22 +02:00
parent 548911cd35
commit 66499c954f
2 changed files with 2 additions and 2 deletions

@ -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}..."