Files
cartlog-admin/.woodpecker/.woodpecker.yml
admin 2e8ca5a225
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update .woodpecker/.woodpecker.yml
2026-01-08 19:43:54 +00:00

24 lines
519 B
YAML

when:
- event: push
branch: master
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 "Is it running"
- echo "binary-data-123" > executable