Merge branch 'master' of github.com:internetee/registry

This commit is contained in:
Martin Lensment 2014-09-30 14:27:43 +03:00
commit 38edcded92
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ capybara-*.html
/tmp
/db/*.sqlite3
/public/system
/public/assets
/coverage/
/spec/tmp
**.orig

View file

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