Updated Dockerfile to find compiled artifact

This commit is contained in:
Deon George 2017-11-29 15:41:09 +11:00
parent c6694fe6de
commit f404f9096e
2 changed files with 5 additions and 1 deletions

View File

@ -62,6 +62,10 @@ test:7-8.1:
- master
tags:
- C
artifacts:
name: "$CI_BUILD_NAME"
paths:
- tsmpipe
docker:7-8.1:
stage: docker

View File

@ -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" ]