Skip to content

Commit

Permalink
Repoints download, closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 2, 2016
1 parent 563f536 commit 07ffe6e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bin/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ source common.bash .

rm -rf root
if [ ! -f shibboleth-identity-provider.tar.gz ]; then
curl -o shibboleth-identity-provider.tar.gz "https://shibboleth.net/downloads/identity-provider/latest/shibboleth-identity-provider-$version.tar.gz"
fi
tar xf shibboleth-identity-provider.tar.gz
mv shibboleth-identity-provider-$version root
rm -rf root/bin root/logs
git clone git@github.internet2.edu:docker/shib-idp-conftree.git --depth 1 --branch test root
fi

0 comments on commit 07ffe6e

Please sign in to comment.