From c3df3e43b691f1dfc41307e6b2fc4fcbec05af7e Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 26 Jul 2025 14:26:32 +0200 Subject: [PATCH] update: bash --- .woodpecker/update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/update.yaml b/.woodpecker/update.yaml index 5b5a576b..5aee81a5 100644 --- a/.woodpecker/update.yaml +++ b/.woodpecker/update.yaml @@ -1,5 +1,3 @@ -$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/refs/heads/main/pipeline/frontend/yaml/linter/schema/schema.json - when: - event: manual # - event: cron @@ -7,6 +5,8 @@ when: steps: - name: lockfile + image: bash + # image: nixos/nix commands: - nix-shell --run "npins --verbose update" # - name: Create PR