Fix unzip

This commit is contained in:
kolaente 2020-10-19 21:56:05 +02:00
parent 53e12286d4
commit 143cb200b4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ steps:
- if [ -z "$$VERSION" ]; then export VERSION=${DRONE_BRANCH}; fi
# TODO: Move to a yarn script
- wget https://dl.vikunja.io/frontend/vikunja-frontend-$$VERSION.zip
- unzip vikunja-frontend-master.zip -d frontend
- unzip vikunja-frontend-$$VERSION.zip -d frontend
- sed -i 's/\\/api\\/v1//g' frontend/index.html
# Make sure that the -master suffix is added to release files
- sed -i "s/\$${version}/$$VERSION/g" package.json