From c6d9f24c17df6c6b9d73210947ad1d02a64b8875 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 17 Feb 2024 11:12:45 -0800 Subject: [PATCH] install sed for ci using nix develop 5 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8ab013a..6e0b139 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ steps: commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix profile install nixpkgs#gnused --impure - - sed --in-place=orig 's/base_url = "https:\/\/www.softinio.com"/base_url = "https:\/\/${CI_COMMIT_SOURCE_BRANCH}.softinio.com"/' ./config.toml + - sed --in-place=orig 's/base_url = "https:\\/\\/www.softinio.com"/base_url = "https:\\/\\/${CI_COMMIT_SOURCE_BRANCH}.softinio.com"/' ./config.toml - nix build - nix flake show - ls result