test-drone/.woodpecker.yml
Bruno BELANYI dbed7deb59
Some checks reported errors
ci/woodpecker/push/woodpecker Pipeline failed
continuous-integration/drone/push Build encountered an error
fixup! ci: woodpecker: test exec runner
2023-03-25 22:39:53 +00:00

20 lines
471 B
YAML

labels:
type: exec
pipeline:
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
test:
image: bash
commands:
- nix run pkgs#hello