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 e0a080d + 529f989 commit 9c25cb2Copy full SHA for 9c25cb2
Dockerfile
@@ -115,7 +115,7 @@ RUN [[ $BASE_YUM_REPO != 'release' ]] || patch -d / -p0 < /tmp/HTCONDOR-242.remo
115
# Required for HTCondor 9.0.0 on the CE and Bosco 1.3 usage
116
# Can be dropped when HTCONDOR-451 has been fixed and released in the OSG
117
COPY hosted-ce/overrides/HTCONDOR-451.allow-batch_gahp.patch /tmp
118
-RUN [[ $BASE_YUM_REPO == 'release' ]] || patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch
+RUN [[ $BASE_YUM_REPO != 'testing' ]] || patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch
119
120
# Set up Bosco override dir from Git repo (SOFTWARE-3903)
121
# Expects a Git repo with the following directory structure:
0 commit comments