ci: remove flake-lock-update for now
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-09-01 12:43:43 -04:00
parent d257467ad5
commit 6b811f079d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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