Sets bpmn environment variables
This commit is contained in:
parent
2c96537554
commit
611e0dd6a1
|
@ -29,8 +29,12 @@ install:
|
|||
addons:
|
||||
chrome: stable
|
||||
|
||||
env:
|
||||
- BASE_HREF="/"
|
||||
- API_URL="http://db:5000/v1.0"
|
||||
- IRB_URL="http://pb:5001"
|
||||
|
||||
script:
|
||||
- export BASE_HREF="/"
|
||||
- npm run ci
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue