From 97b59a757613221f75f8d5cb7a32b27f3e1d066e Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 19 Dec 2022 09:00:17 +0530 Subject: [PATCH] fix: CI: sed command --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 61a6102..f81623a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,7 @@ pipeline: - rustup component add rustfmt - rustup component add clippy # rewrite conducotr configuration - - sed -i 's%url = "http:\/\/localhost:5000"%http:\/\/librepages-conductor:5000%' config/default.toml + - sed -i 's%url = "http:\/\/localhost:5000"%url = "http:\/\/librepages-conductor:5000"%' config/default.toml - make dev-env - make migrate - make lint