Fixed config in build
the build failed Details

This commit is contained in:
konrad 2018-09-08 21:22:28 +02:00
parent 00362dcf7b
commit fad767e73d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

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]