.test/test describe $0

cd app
cp ../recipe/extract/rollback_simple .pod/.
git add .pod 
currentcommit=$(git log -n 1 --format="%h")
git commit -m "recipe rollback"
git push app1 master
./podi rollback git@localhost app1 $currentcommit
