Try specifying entrypoint explicitly
ci/woodpecker/push/deploy Pipeline failed Details

This commit is contained in:
Ciapa 2024-05-20 16:57:06 +02:00
parent 6d826ee4d2
commit 8a9350b114
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ steps:
- name: Check Flake - name: Check Flake
image: nixos/nix:latest image: nixos/nix:latest
pull: true pull: true
entrypoint: ["/bin/sh", "-c"]
commands: commands:
- nix-channel --add https://nixos.org/channels/nixos-$${NIXOS_VERSION} nixos - nix-channel --add https://nixos.org/channels/nixos-$${NIXOS_VERSION} nixos
- nix-channel --update - nix-channel --update