Change version to download to unstable
This commit is contained in:
parent
ad8f694eac
commit
679945e7bc
@ -40,7 +40,7 @@ steps:
|
|||||||
- restore-cache
|
- restore-cache
|
||||||
commands:
|
commands:
|
||||||
- export VERSION=${DRONE_TAG##v}
|
- export VERSION=${DRONE_TAG##v}
|
||||||
- if [ -z "$$VERSION" ]; then export VERSION=${DRONE_BRANCH}; fi
|
- if [ -z "$$VERSION" ]; then export VERSION=unstable; fi
|
||||||
# TODO: Move to a yarn script
|
# TODO: Move to a yarn script
|
||||||
- wget https://dl.vikunja.io/frontend/vikunja-frontend-$$VERSION.zip
|
- wget https://dl.vikunja.io/frontend/vikunja-frontend-$$VERSION.zip
|
||||||
- unzip vikunja-frontend-$$VERSION.zip -d frontend
|
- unzip vikunja-frontend-$$VERSION.zip -d frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user