Skip to content
Snippets Groups Projects

Remove JOB_PREFIX

Merged Alex Iribarren requested to merge dev into master
4 files
+ 6
8
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -3,4 +3,4 @@ FROM cern/cc7-base
RUN yum install -y --enablerepo=cernonly TIVsm-BA \
&& yum clean all
ENTRYPOINT ["opt/tivoli/tsm/client/ba/bin/dsmc"]
ENTRYPOINT ["/opt/tivoli/tsm/client/ba/bin/dsmc"]
Loading