mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Merge branch 'master' of github.com:internetee/registry
This commit is contained in:
commit
38edcded92
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@ capybara-*.html
|
|||
/tmp
|
||||
/db/*.sqlite3
|
||||
/public/system
|
||||
/public/assets
|
||||
/coverage/
|
||||
/spec/tmp
|
||||
**.orig
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue