Skip to content

Commit

Permalink
add --recursive to deploy script so we get the roles too
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Oct 28, 2016
1 parent 598e2e6 commit e2f7c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

echo "cloning branch $BRANCH into $TMPDIR ..."
rm -rf $TMPDIR
git clone github.com:tykling/bornhack-ansible -b $BRANCH $TMPDIR
git clone --recursive github.com:tykling/bornhack-ansible -b $BRANCH $TMPDIR
if [ $? -ne 0 ]; then
echo "error cloning from git"
exit 1
Expand Down

0 comments on commit e2f7c0b

Please sign in to comment.