Skip to content

Commit

Permalink
Fix grid.iu.edu URL
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Jun 25, 2018
1 parent 4b9bffb commit 82d413d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_inside_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ ls -l /home
# First, install all the needed packages.
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-${OS_VERSION}.noarch.rpm
yum -y install yum-plugin-priorities
rpm -Uvh https://repo.grid.iu.edu/osg/3.4/osg-3.4-el${OS_VERSION}-release-latest.rpm
rpm -Uvh https://repo.opensciencegrid.org/osg/3.4/osg-3.4-el${OS_VERSION}-release-latest.rpm

yum -y install python condor-python make --enablerepo=osg-minefield

# First, install osg-configure
cd /osg-configure
make install
#python setup.py install

# Next, run the tests
python tests/run-osg-configure-tests
python tests/run-osg-configure-tests

0 comments on commit 82d413d

Please sign in to comment.