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

This commit is contained in:
Bruno BELANYI 2023-03-25 23:02:12 +00:00
parent 9db1e47994
commit 272a68aca4

View file

@ -3,17 +3,19 @@ labels:
clone:
git:
image: bash
commands: "true"
image: true
pipeline:
manual_clone:
image: bash
commands:
- CI_WORKSPACE=$PWD plugin-git
- 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:
- export
- nix run pkgs#hello
image: env