Fix sed in drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2020-10-17 20:32:17 +02:00
parent 36aa11d48f
commit 4ab695decf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ steps:
# TODO: Move to a yarn script
- wget https://dl.vikunja.io/frontend/vikunja-frontend-master.zip
- unzip vikunja-frontend-master.zip -d frontend
- sed -i 's/\/api\/v1//g' frontend/index.html
- sed -i 's/\\/api\\/v1//g' frontend/index.html
- yarn install
# Make sure that the -master suffix is added to release files
- sed -i 's/${version}/master/g' package.json