Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@chubing
Latest commit 0ce6c6f Jan 20, 2017 History
1 contributor

Users who have contributed to this file

executable file 8 lines (6 sloc) 204 Bytes
#!/bin/bash
source common.bash .
rm -rf root
if [ ! -f shibboleth-identity-provider.tar.gz ]; then
git clone git@github.internet2.edu:docker/shib-idp-conftree.git --depth 1 --branch 3.3test root
fi