Change version to download to unstable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-02-10 18:15:28 +01:00
parent ad8f694eac
commit 679945e7bc
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ steps:
- restore-cache
commands:
- 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
- wget https://dl.vikunja.io/frontend/vikunja-frontend-$$VERSION.zip
- unzip vikunja-frontend-$$VERSION.zip -d frontend