Skip to content

Commit

Permalink
HTCONDOR-2622: OSG 23 is 23-main
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Jul 15, 2024
1 parent e143a6b commit c089fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build_rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ yum -y install \
rrdtool-devel

if [[ $BUILD_ENV == osg* ]]; then
OSG_SERIES=$(cut -d- -f2 <<< "$BUILD_ENV")
OSG_SERIES="$(cut -d- -f2 <<< "$BUILD_ENV")-main"
yum install -y https://repo.opensciencegrid.org/osg/${OSG_SERIES}/osg-${OSG_SERIES}-el${OS_VERSION}-release-latest.rpm
else
# This is currently tracking the 10.x feature release.
Expand Down

0 comments on commit c089fed

Please sign in to comment.