1
0

Fixed config in build

This commit is contained in:
konrad
2018-09-08 21:22:28 +02:00
parent 00362dcf7b
commit fad767e73d

View File

@ -15,6 +15,7 @@ pipeline:
commands:
- npm install
- npm run lint
- "echo '{\"VIKUNJA_API_BASE_URL\": \"api/v1/\"}' > /srv/app/src/public/config.json" # Override config
- npm run build
when:
event: [push, tag, pull_request]