fixup! ci: woodpecker: test exec runner
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Bruno BELANYI 2023-03-25 22:35:58 +00:00
parent c08bdda934
commit 91c7e790c9

View file

@ -1,8 +1,18 @@
labels: clone:
type: exec disable: true
pipeline: pipeline:
test: test:
image: bash image: bash
commands: commands:
- nix run pkgs#hello - nix run pkgs#hello
manual clone:
image: bash
commands:
- git init -b main
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
- "git fetch --no-tags --depth=1 --filter=tree:0 origin +refs/heads/main:"
- git reset --hard -q f60303f0211a0af6e8156df5093c7c3bc9d8e2e7
- git submodule update --init --recursive
- git lfs fetch
- git lfs checkout