Skip to content

Commit

Permalink
Fix up OSG_SERIES
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Jul 18, 2024
1 parent 05d97ee commit bb19b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/build_rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ yum -y install \

if [[ $BUILD_ENV == osg* ]]; then
OSG_SERIES=$(cut -d- -f2 <<< "$BUILD_ENV")
OSG_SERIES="${OSG_SERIES}-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 bb19b87

Please sign in to comment.