test-comp-4610/.woodpecker.yml
jordan 862d1b29c9
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-01 08:30:12 +00:00

22 lines
522 B
YAML

# CI/CD Pipeline for test-comp-4610
# Components will add their build steps below the marker
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
steps:
# COMPONENT_STEPS_BELOW
# Do not remove the marker above - component steps are inserted here
verify:
image: bitnami/kubectl:latest
commands:
- echo "Pipeline complete for test-comp-4610"
- kubectl get deployments -n projects -l app=test-comp-4610 --no-headers || true
when:
branch: main
event: push