From 6b811f079dd798585435bccdf5150252b4feac2c Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 1 Sep 2023 12:43:43 -0400 Subject: [PATCH] ci: remove flake-lock-update for now --- .woodpecker/flake-lock-update.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .woodpecker/flake-lock-update.yml diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml deleted file mode 100644 index c4c44ed..0000000 --- a/.woodpecker/flake-lock-update.yml +++ /dev/null @@ -1,18 +0,0 @@ -steps: - update: - image: nixos/nix - commands: - - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - - nix flake update - push: - image: appleboy/drone-git-push - settings: - ssh_key: - from_secret: ssh_key - branch: master - remote: ssh://woodpecker-ci@git.notohh.dev/notohh/snowflake.git - force: false - commit: true - commit_message: "flake.lock: update" - author_name: woodpecker-ci - author_email: woodpecker@local.com