From 50974ddb0aa8b84d6639f1766d38f6947d8f7867 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 25 May 2023 23:17:07 +0200 Subject: [PATCH] run update.sh in CI (no commit yet) --- .woodpecker.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 79d9b51..3a129bd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,6 +7,13 @@ pipeline: - nix run 'nixpkgs#statix' check - nix run 'nixpkgs#deadnix' -- -f - nix run 'nixpkgs#yamllint' . - - nix run '.#' -- build --on 'bastion*' + volumes: + - /nix:/mnt/nix:ro + update_plex: + image: nixos/nix:2.15.1 + commands: + - echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf + - echo "store = unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt" >> /etc/nix/nix.conf + - ./nixos/pkgs/plex-pass/update.sh volumes: - /nix:/mnt/nix:ro