Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ RUN useradd osg \
# Pull HTCondor from the proper repo. For "release" we need to use
# osg-upcoming-testing to meet the patch tuesday requirements.
RUN if [[ $BASE_YUM_REPO = release ]]; then \
yum -y --enablerepo=osg-upcoming-testing swap pelican pelican-debug && \
yum -y --enablerepo=osg-upcoming-testing install condor; \
else \
yum -y swap pelican pelican-debug && \
yum -y install condor; \
fi

Expand Down
Loading