1
0

Fixed drone build

This commit is contained in:
kolaente
2018-11-06 10:26:41 +01:00
parent 89023908b5
commit 13024086d9
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]