debug
This commit is contained in:
parent
30b575615b
commit
2057432e29
1 changed files with 1 additions and 1 deletions
|
@ -105,10 +105,10 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
group: build-static
|
group: build-static
|
||||||
commands:
|
commands:
|
||||||
|
- pwd
|
||||||
- apk add yarn
|
- apk add yarn
|
||||||
- yarn
|
- yarn
|
||||||
- yarn run lint
|
- yarn run lint
|
||||||
- pwd
|
|
||||||
- "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
|
||||||
- yarn run build
|
- yarn run build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue