Updated Dockerfile to find compiled artifact
This commit is contained in:
parent
c6694fe6de
commit
f404f9096e
@ -62,6 +62,10 @@ test:7-8.1:
|
||||
- master
|
||||
tags:
|
||||
- C
|
||||
artifacts:
|
||||
name: "$CI_BUILD_NAME"
|
||||
paths:
|
||||
- tsmpipe
|
||||
|
||||
docker:7-8.1:
|
||||
stage: docker
|
||||
|
@ -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" ]
|
||||
|
||||
|
Reference in New Issue
Block a user