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 1d330df + 6f2912e commit a6e4045Copy full SHA for a6e4045
Dockerfile
@@ -118,7 +118,7 @@ RUN patch -d / -p0 < /tmp/HTCONDOR-503.add-sl-support.patch
118
# Required for HTCondor 9.0.0 on the CE and Bosco 1.3 usage
119
# Can be dropped when HTCONDOR-451 has been fixed and released in the OSG
120
COPY hosted-ce/overrides/HTCONDOR-451.allow-batch_gahp.patch /tmp
121
-RUN [[ $BASE_YUM_REPO == 'development' ]] || patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch
+RUN [[ $BASE_YUM_REPO != 'release' ]] || patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch
122
123
# Set up Bosco override dir from Git repo (SOFTWARE-3903)
124
# Expects a Git repo with the following directory structure:
0 commit comments