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.
1 parent 6afe571 commit 2b0c95fCopy full SHA for 2b0c95f
Dockerfile
@@ -107,7 +107,7 @@ RUN patch -d / -p0 < /tmp/skip_key_copy.patch
107
# Fix Ubuntu20 OS detection (SOFTWARE-4463)
108
# Can be dropped when HTCONDOR-242 is involved
109
COPY hosted-ce/overrides/HTCONDOR-242.remote-os-detection.patch /tmp
110
-RUN [[ $BASE_YUM_REPO == 'development' ]] || patch -d / -p0 < /tmp/HTCONDOR-242.remote-os-detection.patch
+RUN [[ $BASE_YUM_REPO != 'release' ]] || patch -d / -p0 < /tmp/HTCONDOR-242.remote-os-detection.patch
111
112
# Set up Bosco override dir from Git repo (SOFTWARE-3903)
113
# Expects a Git repo with the following directory structure:
0 commit comments