Fix sed in drone
This commit is contained in:
parent
36aa11d48f
commit
4ab695decf
@ -20,7 +20,7 @@ steps:
|
|||||||
# TODO: Move to a yarn script
|
# TODO: Move to a yarn script
|
||||||
- wget https://dl.vikunja.io/frontend/vikunja-frontend-master.zip
|
- wget https://dl.vikunja.io/frontend/vikunja-frontend-master.zip
|
||||||
- unzip vikunja-frontend-master.zip -d frontend
|
- 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
|
- yarn install
|
||||||
# Make sure that the -master suffix is added to release files
|
# Make sure that the -master suffix is added to release files
|
||||||
- sed -i 's/${version}/master/g' package.json
|
- sed -i 's/${version}/master/g' package.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user