forked from vikunja/frontend
Fixed drone config
This commit is contained in:
parent
8f07d99695
commit
0aa0a39620
@ -35,11 +35,10 @@ steps:
|
||||
pull: true
|
||||
group: build-static
|
||||
commands:
|
||||
- pwd
|
||||
- apk add yarn
|
||||
- yarn
|
||||
- yarn 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/\"}' > /drone/src/public/config.json" # Override config
|
||||
- yarn run build
|
||||
|
||||
- name: static
|
||||
@ -109,7 +108,7 @@ steps:
|
||||
- apk add yarn
|
||||
- yarn
|
||||
- yarn 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/\"}' > /drone/src/public/config.json" # Override config
|
||||
- yarn run build
|
||||
|
||||
- name: static
|
||||
|
Loading…
x
Reference in New Issue
Block a user