We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 117c467 + b69e9f1 commit 955e9a1Copy full SHA for 955e9a1
Dockerfile
@@ -50,7 +50,7 @@ COPY base/overrides/condor_ce_jobmetrics /usr/share/condor-ce/condor_ce_jobmetri
50
51
# Workaround BatchRuntime expresion bug (HTCONDOR-506)
52
COPY base/overrides/HTCONDOR-506.evalset-batchruntime.patch /tmp
53
-RUN patch -d / -p0 < /tmp/HTCONDOR-506.evalset-batchruntime.patch
+RUN [[ $BASE_YUM_REPO == 'development' ]] || patch -d / -p0 < /tmp/HTCONDOR-506.evalset-batchruntime.patch
54
55
#################
56
# osg-ce-condor #
0 commit comments