Skip to content

Commit

Permalink
Added tests in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Aug 25, 2016
1 parent 08a3eda commit de7fbc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -10,4 +12,4 @@ fi
if [ ! -f Jenkinsfile ]; then
mv util/Jenkinsfile.sample Jenkinsfile
fi
rm -rf util
rm -rf util

0 comments on commit de7fbc4

Please sign in to comment.