Skip to content

Commit 76318f9

Browse files
committed
Remove duplicate patch
1 parent 196b356 commit 76318f9

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ RUN [[ $BASE_YUM_REPO != 'release' ]] || patch -d / -p0 < /tmp/HTCONDOR-242.remo
113113
# Required for HTCondor 9.0.0 on the CE and Bosco 1.3 usage
114114
# Can be dropped when HTCONDOR-451 has been fixed and released in the OSG
115115
COPY hosted-ce/overrides/HTCONDOR-451.allow-batch_gahp.patch /tmp
116-
COPY hosted-ce/overrides/HTCONDOR-451.allow-batch_gahp-2.patch /tmp
117-
RUN [[ $BASE_YUM_REPO == 'release' ]] || { patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch && patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp-2.patch; }
116+
RUN [[ $BASE_YUM_REPO == 'release' ]] || patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch
118117

119118
# Set up Bosco override dir from Git repo (SOFTWARE-3903)
120119
# Expects a Git repo with the following directory structure:

hosted-ce/overrides/HTCONDOR-451.allow-batch_gahp-2.patch

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)