Try specifying entrypoint explicitly
ci/woodpecker/push/deploy Pipeline failed
Details
ci/woodpecker/push/deploy Pipeline failed
Details
This commit is contained in:
parent
6d826ee4d2
commit
8a9350b114
|
@ -10,6 +10,7 @@ steps:
|
|||
- name: Check Flake
|
||||
image: nixos/nix:latest
|
||||
pull: true
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
commands:
|
||||
- nix-channel --add https://nixos.org/channels/nixos-$${NIXOS_VERSION} nixos
|
||||
- nix-channel --update
|
||||
|
|
Loading…
Reference in New Issue