cors5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Salar Rahmanian 2024-02-17 11:31:14 -08:00
parent 91869c9a86
commit 5a0f5b284e

View file

@ -4,7 +4,7 @@ steps:
commands: commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix profile install nixpkgs#gnused --impure - 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 - sed -i "s/base_url = \\"https:\\/\\/www.softinio.com\\"/base_url = \\"https:\\/\\/$CI_COMMIT_SOURCE_BRANCH.softinio.com\\"/" ./config.toml
- cat ./config.toml - cat ./config.toml
- nix build - nix build
- nix flake show - nix flake show