From 4ab695decf981edfb601f05ac087312a47900704 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 17 Oct 2020 20:32:17 +0200 Subject: [PATCH] Fix sed in drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 32bf609..39e04e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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