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
|
cache: bundler
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DISCOURSE_HOSTNAME=www.example.com
|
global:
|
||||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
- DISCOURSE_HOSTNAME=www.example.com
|
||||||
|
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm i -g jshint
|
- npm i -g jshint
|
||||||
|
Loading…
Reference in New Issue
Block a user