Skip to content

Commit

Permalink
Fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamic-entropy committed Jun 22, 2024
1 parent 806e0e0 commit 437614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rucio_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN git clone https://github.com/rucio/rucio.git
# Pull some useful stuff out of git
WORKDIR /root
RUN git clone https://github.com/dmwm/CMSRucio.git
RUN git checkout $CMSRUCIO_GITTAG
RUN cd CMSRucio && git checkout $CMSRUCIO_GITTAG

RUN mkdir -p /etc/grid-security ; ln -s /cvmfs/grid.cern.ch/etc/grid-security/certificates /etc/grid-security/

Expand Down

0 comments on commit 437614f

Please sign in to comment.