.woodpecker/.test.yaml: we don't need clone in this step
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Tom Neuber 2024-10-07 13:14:11 +02:00
parent 4472f1bffe
commit 191b20f899
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -1,3 +1,4 @@
skip_clone: true
steps:
- name: test (prod)
image: git.ar21.de/yolokube/dashboard:${CI_PIPELINE_NUMBER}
@ -17,4 +18,4 @@ steps:
exclude: master
event: push
depends_on:
- build
- build