Skip to content

Commit

Permalink
Merge pull request #103 from matyasselmeci/pr/glideinwms-switch-back-…
Browse files Browse the repository at this point in the history
…to-master

Use upstream glideinwms repo and master branch again
  • Loading branch information
matyasselmeci authored Jan 26, 2023
2 parents 2ae6fc3 + b0419c1 commit 89b8027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ ENV CVMFS_QUOTA_LIMIT=
ARG RANDOM=

# glideinwms
ARG GWMS_REPO=edquist/glideinwms
ARG GWMS_BRANCH=SOFTWARE-5340.fix-PATH
ARG GWMS_REPO=glideinWMS/glideinwms
ARG GWMS_BRANCH=master
RUN mkdir -p /gwms/main /gwms/client /gwms/client_group_main /gwms/client_group_itb /gwms/.gwms.d/bin /gwms/.gwms.d/exec/{cleanup,postjob,prejob,setup,setup_singularity} \
&& git clone --depth=1 --branch ${GWMS_BRANCH} https://github.com/${GWMS_REPO} glideinwms \
&& cd glideinwms \
Expand Down

0 comments on commit 89b8027

Please sign in to comment.