install sed for ci using nix develop 5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
dfa6e4e39b
commit
c6d9f24c17
1 changed files with 1 additions and 1 deletions
|
@ -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 --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 build
|
||||||
- nix flake show
|
- nix flake show
|
||||||
- ls result
|
- ls result
|
||||||
|
|
Loading…
Reference in a new issue