Fixed drone build

This commit is contained in:
kolaente 2018-11-06 10:26:41 +01:00
parent 89023908b5
commit 13024086d9
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 4 additions and 36 deletions

View file

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