Skip to content

Commit

Permalink
We are always a container pilot, don't let that be overridden
Browse files Browse the repository at this point in the history
(SOFTWARE-5363)
  • Loading branch information
matyasselmeci committed Jan 27, 2023
1 parent 82a148a commit cf076af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions 10-setup-htcondor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ else
fi
rm -f /tmp/stashcp-debug.txt

export IS_CONTAINER_PILOT=1
if [[ -e ${osgvo_additional_htcondor_config} ]]; then
echo >&2 "${osgvo_additional_htcondor_config} found; running it"
bash -x ${osgvo_additional_htcondor_config} $glidein_config
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ RUN apk --no-cache add gcc musl-dev && \

FROM opensciencegrid/software-base:${BASE_OSG_SERIES}-${BASE_OS}-${BASE_YUM_REPO}

ENV IS_CONTAINER_PILOT=1

# Set this to "1" to use ITB versions of scripts and connect to the ITB pool
ENV ITB=

Expand Down

0 comments on commit cf076af

Please sign in to comment.