test-drone/.woodpecker.yml

25 lines
526 B
YAML
Raw Normal View History

2023-03-25 23:04:34 +01:00
labels:
type: exec
clone:
git:
image: export
2022-06-23 09:22:04 +02:00
pipeline:
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
2022-06-23 09:22:04 +02:00
test:
2023-03-25 23:04:34 +01:00
image: bash
commands:
- export
2023-03-25 23:04:34 +01:00
- nix run pkgs#hello