remove example.env as it is not used

trunk
Thomas 2 years ago
parent 74f1fb7896
commit 55a6ba112c

@ -7,7 +7,6 @@ def setup!
run "bundle check > /dev/null 2>&1 || bundle install"
run "yarn install" if File.exist?("yarn.lock")
run "overcommit --install" if overcommit_present?
copy "example.env", ".env.development"
test_local_env_contains_required_keys
run "bin/rails tmp:create db:prepare db:test:prepare db:seed"
end

Loading…
Cancel
Save