From 1cc49a3ff9fa51e628f8a83fc4949269e373ff96 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 17 Feb 2024 11:52:48 -0800 Subject: [PATCH] cors13 --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 40f08de..31f6ca7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,8 @@ steps: commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix profile install nixpkgs#gnused --impure - - sed -i "s|base_url = "https:\\/\\/www.softinio.com"|base_url = "https:\\/\\/"$CI_COMMIT_SOURCE_BRANCH".softinio.com"|" ./config.toml + - echo $CI_COMMIT_SOURCE_BRANCH + - sed -i "s|base_url = "https://www.softinio.com"|base_url = "https://"$CI_COMMIT_SOURCE_BRANCH".softinio.com"|" ./config.toml - cat ./config.toml - nix build - nix flake show