diff --git a/bin/install.sh b/bin/install.sh index 2db62de..bb825b0 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -2,6 +2,8 @@ git clone git@github.internet2.edu:docker/util.git find util/bin -name "*.sh" -exec sh -c 'echo "$1" | sed "s/util\///" >> .gitignore' -- {} \; mkdir -p bin +mkdir -p tests +mv util/tests/* tests/. mv util/bin/* bin/. mv util/README.md BINSCRIPTS.md if [ ! -f common.bash ]; then @@ -10,4 +12,4 @@ fi if [ ! -f Jenkinsfile ]; then mv util/Jenkinsfile.sample Jenkinsfile fi -rm -rf util \ No newline at end of file +rm -rf util