Skip to content

Commit

Permalink
Merge branch 'V23-branch' into V23_x-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Jul 19, 2024
2 parents 21709f6 + 640b988 commit 89eff07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/build_rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ yum -y install \
rrdtool-devel

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

Please sign in to comment.