chore: tdd usa instalacion de modulo
This commit is contained in:
parent
b49423c943
commit
17ddb2e868
1
Rakefile
1
Rakefile
@ -14,6 +14,7 @@ task :init => [:up] do
|
|||||||
pecker.dig('pipeline', 'tests', 'commands').grep(/install/).each do |cmd|
|
pecker.dig('pipeline', 'tests', 'commands').grep(/install/).each do |cmd|
|
||||||
compose('exec', 'app.dev', cmd)
|
compose('exec', 'app.dev', cmd)
|
||||||
end
|
end
|
||||||
|
compose('exec', 'app.dev', 'bash .dev/install_module.sh')
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'terminal'
|
desc 'terminal'
|
||||||
|
@ -6,6 +6,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
environment:
|
environment:
|
||||||
|
- SRC=/app
|
||||||
- DB_CACHE=/tmp
|
- DB_CACHE=/tmp
|
||||||
- DB_NAME=trytontest
|
- DB_NAME=trytontest
|
||||||
- TRYTOND_DATABASE_URI=postgresql://tryton:tryton@db.dev:5432/
|
- TRYTOND_DATABASE_URI=postgresql://tryton:tryton@db.dev:5432/
|
||||||
|
Loading…
Reference in New Issue
Block a user