make the env vars global
This commit is contained in:
parent
970417e328
commit
a687c32cc7
|
@ -12,6 +12,7 @@ sudo: false
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
- DISCOURSE_HOSTNAME=www.example.com
|
- DISCOURSE_HOSTNAME=www.example.com
|
||||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue