forked from fediversity/fediversity
update: bash
This commit is contained in:
parent
95e5a292d7
commit
c3df3e43b6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue