Fixed things

This commit is contained in:
Eric Schultz 2018-09-07 13:35:45 -05:00
commit eabebac066
2 changed files with 2 additions and 2 deletions

View file

@ -10,4 +10,4 @@ before_install:
- cp .env.template .env - cp .env.template .env
script: script:
- docker-compose -f docker/build/docker-compose.yml -e RACK_ENV=ci -e RAILS_ENV=ci run build script/test.sh - docker-compose -f docker/build/docker-compose.yml run -e RACK_ENV=ci -e RAILS_ENV=ci build script/test.sh

View file

@ -1,5 +1,5 @@
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
require 'config/environments/test.rb' require File.expand_path('config/environments/test')
Commitchange::Application.configure do Commitchange::Application.configure do