Skip to content

Commit 955e9a1

Browse files
Merge pull request #24 from brianhlin/exclude-dev-batchruntime-patch
Patch doesn't apply cleanly to htcondor-ce-5.1.0-1.1
2 parents 117c467 + b69e9f1 commit 955e9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ COPY base/overrides/condor_ce_jobmetrics /usr/share/condor-ce/condor_ce_jobmetri
5050

5151
# Workaround BatchRuntime expresion bug (HTCONDOR-506)
5252
COPY base/overrides/HTCONDOR-506.evalset-batchruntime.patch /tmp
53-
RUN patch -d / -p0 < /tmp/HTCONDOR-506.evalset-batchruntime.patch
53+
RUN [[ $BASE_YUM_REPO == 'development' ]] || patch -d / -p0 < /tmp/HTCONDOR-506.evalset-batchruntime.patch
5454

5555
#################
5656
# osg-ce-condor #

0 commit comments

Comments
 (0)