Merge pull request #736 from MartinMikita/fix-docker-compose-tool-version

Fixed docker-compose commands.
This commit is contained in:
Eva Jelinkova
2019-12-19 11:59:07 +01:00
committed by GitHub
7 changed files with 6 additions and 14 deletions

View File

@@ -35,8 +35,6 @@ MIN_DOCKER_VER=1.12.3
STARTTIME=$(date +%s)
STARTDATE=$(date +"%Y-%m-%dT%H:%M%z")
githash=$( git rev-parse HEAD )
: "${TOOLS_VERSION:=$(cat "$(dirname "$0")/TOOLS_VERSION")}"
export TOOLS_VERSION
# Options to run with docker and docker-compose - ensure the container is destroyed on exit,
# as well as pass any other common parameters.