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