Reset git after robot run

This commit is contained in:
Priit Tamboom 2014-10-06 13:22:26 +03:00
parent 915387ebc6
commit 8494356761

View file

@ -8,6 +8,8 @@ set -o pipefail
cd "$(dirname "$0")"; cd ..
git pull origin master
git --git-dir=. --work-tree=$PWD/.. reset --hard
bundle install --deployment
# cp config/secrets-example.yml config/secrets.yml