correct yes argument
This commit is contained in:
parent
e3b8efcbf6
commit
91b938f0d8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pipeline:
|
||||||
trusted-users = @wheel
|
trusted-users = @wheel
|
||||||
experimental-features = nix-command flakes ca-derivations
|
experimental-features = nix-command flakes ca-derivations
|
||||||
EOF
|
EOF
|
||||||
- yes | nix-shell ./scripts/update.nix --argstr path ${PACKAGE}
|
- yes '' | nix-shell ./scripts/update.nix --argstr path ${PACKAGE}
|
||||||
when:
|
when:
|
||||||
- event: cron
|
- event: cron
|
||||||
- event: manual
|
- event: manual
|
||||||
|
|
Reference in a new issue