Robot script now movet to own dir

This commit is contained in:
Priit Tamboom 2014-09-30 14:02:36 +03:00
parent 0504ca7ca4
commit 8c0deb80a7

View file

@ -3,6 +3,10 @@
# #
# Build and run everything for automatic tests # Build and run everything for automatic tests
# #
# cd to current script directory
cd "$(dirname "$0")"
git pull origin master git pull origin master
bundle install --deployment bundle install --deployment