Added back DOCKER_HOST to gitlab CI

This commit is contained in:
Deon George 2018-03-21 16:59:17 +11:00
parent 96ec7051aa
commit 0f0d91147b
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ docker:7-8.1:
variables: variables:
CACHETAG: build CACHETAG: build
VERSION: 8.1.0 VERSION: 8.1.0
DOCKER_HOST: tcp://${CI_REGISTRY}-leenooks-ci-docker:2375
dependencies: dependencies:
- test:7-8.1 - test:7-8.1
script: script:

View File

@ -69,7 +69,7 @@ cat ${FILE} | ${TSMPIPE} -Acm MD5 -s /test -f ${FILE} ${VERBOSE} -l ${SIZE} -D"T
DATE=$(date +%m%d%Y:%H%M%S) DATE=$(date +%m%d%Y:%H%M%S)
# List it # List it
echo "+ ARCIHVE: LIST FILE!" echo "+ ARCHIVE: LIST FILE!"
${TSMPIPE} -Ats /test -f ${FILE} -O"${TSMOPT}" ${TSMPIPE} -Ats /test -f ${FILE} -O"${TSMOPT}"
# Get it back # Get it back