ci: remove flake-lock-update for now
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
d257467ad5
commit
6b811f079d
1 changed files with 0 additions and 18 deletions
|
@ -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
|
Loading…
Reference in a new issue