fixup! ci: woodpecker: test exec runner
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
272a68aca4
commit
fd8bc8d160
|
@ -7,7 +7,7 @@ clone:
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
manual_clone:
|
manual_clone:
|
||||||
image: bash
|
image: ${SHELL}
|
||||||
commands:
|
commands:
|
||||||
- git init -b main
|
- git init -b main
|
||||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
||||||
|
@ -18,4 +18,5 @@ pipeline:
|
||||||
- git lfs checkout
|
- git lfs checkout
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: env
|
image: ${SHELL}
|
||||||
|
commands: export
|
||||||
|
|
Loading…
Reference in a new issue