Makes env variables more readable
This commit is contained in:
parent
a82a4ac5ae
commit
d7ee651518
|
@ -30,7 +30,10 @@ addons:
|
|||
chrome: stable
|
||||
|
||||
env:
|
||||
- BASE_HREF="/" API_URL="http://db:5000/v1.0" IRB_URL="http://pb:5001"
|
||||
global:
|
||||
- BASE_HREF="/"
|
||||
- API_URL="http://db:5000/v1.0"
|
||||
- IRB_URL="http://pb:5001"
|
||||
|
||||
script:
|
||||
- npm run ci
|
||||
|
|
Loading…
Reference in New Issue