We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b356563 commit 3e923b0Copy full SHA for 3e923b0
1 file changed
bin/stashcp2/tests/test_inside_docker.sh
@@ -13,7 +13,13 @@ yum -y clean expire-cache
13
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-${OS_VERSION}.noarch.rpm
14
15
yum -y install yum-plugin-priorities
16
-rpm -Uvh https://repo.opensciencegrid.org/osg/3.3/osg-3.3-el${OS_VERSION}-release-latest.rpm
+case $OS_VERSION in
17
+ 6) OSG_VERSION=3.4
18
+ ;;
19
+ 7|8) OSG_VERSION=3.5
20
21
+esac
22
+rpm -Uvh https://repo.opensciencegrid.org/osg/${OSG_VERSION}/osg-${OSG_VERSION}-el${OS_VERSION}-release-latest.rpm
23
24
yum -y install osg-oasis
25
0 commit comments