From f404f9096e26e157845978b85a48ceb7a1bfd8a9 Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 29 Nov 2017 15:41:09 +1100 Subject: [PATCH] Updated Dockerfile to find compiled artifact --- .gitlab-ci.yml | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 031dcfc..9680262 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,10 @@ test:7-8.1: - master tags: - C + artifacts: + name: "$CI_BUILD_NAME" + paths: + - tsmpipe docker:7-8.1: stage: docker diff --git a/Dockerfile b/Dockerfile index eb4cd64..b02b8ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN ln -s /tsm/dsm.sys /opt/tivoli/tsm/client/api/bin64/ \ && ln -s /tsm/dsm.opt /opt/tivoli/tsm/client/api/bin64/ \ && ln -s /tsm/dsmcert.kdb /opt/tivoli/tsm/client/api/bin64/ \ && ln -s /tsm/dsmcert.sth /opt/tivoli/tsm/client/api/bin64/ -COPY tsmpipe/tsmpipe /usr/bin +COPY tsmpipe /usr/bin VOLUME [ "/tsm" ]