diff options
author | Alan Pearce | 2024-05-24 20:35:30 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-24 20:35:30 +0200 |
commit | 6a822598a5af45317f48f647e03c020c3a58b9c3 (patch) | |
tree | 654d33993c053016f59215057b2da61c7a0bdc11 | |
parent | b65aa0a6d8c735763cfb237db2b158b892abf77c (diff) | |
download | website-6a822598a5af45317f48f647e03c020c3a58b9c3.tar.lz website-6a822598a5af45317f48f647e03c020c3a58b9c3.tar.zst website-6a822598a5af45317f48f647e03c020c3a58b9c3.zip |
ci: don't run pre-commit hooks
-rw-r--r-- | .build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml index 1ec05b1..8554649 100644 --- a/.build.yml +++ b/.build.yml @@ -27,7 +27,8 @@ tasks: - build: | echo "VerifyHostKeyDNS yes" >> ~/.ssh/config cd website - nix flake check + nix build .#website + nix build .#checks.x86_64-linux.hyperlink just docker-image-fly nix copy --substitute-on-destination \ --to ssh://nixremote@linde.alanpearce.eu \ |