fixup! ci: woodpecker: test exec runner
This commit is contained in:
parent
c08bdda934
commit
afdc812d7d
|
@ -1,7 +1,22 @@
|
||||||
labels:
|
labels:
|
||||||
type: exec
|
type: exec
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: true
|
||||||
|
|
||||||
pipeline:
|
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
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: bash
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue