From 7371b5827e6ff436ba37432c3398b91158623f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 3 Dec 2022 15:58:23 +0000 Subject: [PATCH] no build cache as the time is similar --- .woodpecker.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1c3be2ae..377e152d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,27 +1,9 @@ pipeline: - restore-cache: - image: drillster/drone-volume-cache - pull: true - settings: - restore: true - mount: - - ./nix-store - volumes: - - /var/lib/woodpecker/cache:/cache check: image: nixpkgs/nix-flakes:latest pull: true commands: - - nix --no-sandbox flake info + - nix --no-sandbox flake metadata - nix --no-sandbox develop --eval-store ./nix-store -c statix check ./nixos - save-cache: - image: drillster/drone-volume-cache - pull: true - settings: - rebuild: true - mount: - - ./nix-store - volumes: - - /var/lib/woodpecker/cache:/cache