fixup! ci: test woodpecker
Some checks failed
ci/woodpecker/push/ci Pipeline failed

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-10-24 03:50:12 +05:30
parent 72048ef45a
commit 14246e3f17

View File

@@ -4,10 +4,10 @@ pipeline:
commands:
- nix-env -iA nixpkgs.cachix nixpkgs.rsync nixpkgs.jq
- cachix use $CACHIX_NAME
- nix -- --extra-experimental-features "nix-command flakes" -L build .#site \
- nix --extra-experimental-features "nix-command flakes" -L build .#site \
jq -r '.[].outputs | to_entries[].value' \
cachix push $CACHIX_NAME
- nix -- --extra-experimental-features "nix-command flakes" -L shell .#site
- nix --extra-experimental-features "nix-command flakes" -L shell .#site
- site clean
- site rebuild
- eval `ssh-agent`