Skip to content
Snippets Groups Projects
Verified Commit 1fc725ca authored by Duncan Macleod's avatar Duncan Macleod
Browse files

use 'stable' ref for htcondor

to abstract away from the current stable version number
parent f5a2d1c3
No related tags found
No related merge requests found
Pipeline #370908 passed
......@@ -12,7 +12,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.r
dnf clean all
# enable htcondor repo
RUN dnf -y install https://research.cs.wisc.edu/htcondor/repo/9.0/htcondor-release-current.el8.noarch.rpm
RUN dnf -y install https://research.cs.wisc.edu/htcondor/repo/stable/htcondor-release-current.el8.noarch.rpm
# add osg repository
RUN dnf -y install https://repo.opensciencegrid.org/osg/3.5/osg-3.5-el8-release-latest.rpm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment