We have 3 stages, build, test, deploy in our bamboo plan. The first stage creates an artifact with the pattern **/*
That copies .files and .folders just fine except for .git which I'm guessing comes from http://ant.apache.org/manual/dirtasks.html default excludes
We require the git folder to deploy to heroku via
git push heroku-remote master
Any suggesstions/workarounds? Should I just copy or rsync locally from my ../{project}-BUILD/.git/ folder?