forked from fediversity/fediversity
update: bash
This commit is contained in:
parent
1f65266db2
commit
b99bb849ea
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:
|
when:
|
||||||
- event: manual
|
- event: manual
|
||||||
# - event: cron
|
# - event: cron
|
||||||
|
|
@ -7,6 +5,8 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lockfile
|
- name: lockfile
|
||||||
|
image: bash
|
||||||
|
# image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run "npins --verbose update"
|
- nix-shell --run "npins --verbose update"
|
||||||
# - name: Create PR
|
# - name: Create PR
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue