Fixed config in build
This commit is contained in:
parent
00362dcf7b
commit
fad767e73d
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue