fix: Disable git clone in Woodpecker CI pipeline
- Add clone.disabled=true to prevent git clone failures - Enhanced echo messages for better pipeline visibility - Pipeline should now run successfully with Podman backend
This commit is contained in:
parent
40996f488c
commit
a4818ee7f3
|
|
@ -1,5 +1,10 @@
|
||||||
|
clone:
|
||||||
|
disabled: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
hello:
|
hello:
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "Hello World"
|
- echo "Hello World from Woodpecker CI!"
|
||||||
|
- echo "Pipeline läuft erfolgreich mit Podman-Backend"
|
||||||
|
- date
|
||||||
Loading…
Reference in New Issue