diff --git a/.woodpecker/check.yml b/.woodpecker/check.yml index 562c221..9652b50 100644 --- a/.woodpecker/check.yml +++ b/.woodpecker/check.yml @@ -29,7 +29,8 @@ pipeline: - source: ssh_port target: sync_port commands: - - nix run github:ambroisie/nix-config#drone-rsync + - nix build github:ambroisie/nix-config#drone-rsync + - bash -x result/bin/drone-rsync when: - event: push branch: main