Files
Test/.woodpecker/my-first-workflow.yaml
Rohit Darekar 401f66a064
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
chore: this is a pipeline push testing
2025-11-15 23:14:56 +05:30

22 lines
487 B
YAML

when:
- event: push
branch: main
steps:
- name: Test the file system
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: build the docker image
image: debian
commands:
- echo "This is the doceer step"
- echo "binary-data-123" > executable
- name: Push the docker image
image: debian
commands:
- echo "This is the push step"
- echo "binary-data-123" > executable