mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make the env vars global
This commit is contained in:
parent
970417e328
commit
a687c32cc7
@ -12,8 +12,9 @@ sudo: false
|
||||
cache: bundler
|
||||
|
||||
env:
|
||||
- DISCOURSE_HOSTNAME=www.example.com
|
||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||
global:
|
||||
- DISCOURSE_HOSTNAME=www.example.com
|
||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||
|
||||
before_install:
|
||||
- npm i -g jshint
|
||||
|
Loading…
Reference in New Issue
Block a user