This commit is contained in:
parent
81b1a21163
commit
ca5d35d91f
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +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
|
||||||
- echo $CI_COMMIT_BRANCH
|
- sed -i "s|base_url = "https://www.softinio.com"|base_url = "https://$CI_COMMIT_BRANCH.softinio.com"|" ./config.toml
|
||||||
- sed -i "s|base_url = "https://www.softinio.com"|base_url = "https://"$CI_COMMIT_BRANCH".softinio.com"|" ./config.toml
|
|
||||||
- cat ./config.toml
|
- cat ./config.toml
|
||||||
- nix build
|
- nix build
|
||||||
- nix flake show
|
- nix flake show
|
||||||
|
|
Loading…
Reference in a new issue