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:
|
||||
manual_clone:
|
||||
image: bash
|
||||
image: ${SHELL}
|
||||
commands:
|
||||
- git init -b main
|
||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
||||
|
@ -18,4 +18,5 @@ pipeline:
|
|||
- git lfs checkout
|
||||
|
||||
test:
|
||||
image: env
|
||||
image: ${SHELL}
|
||||
commands: export
|
||||
|
|
Loading…
Reference in a new issue