CItest/.woodpecker/test.yaml

11 lines
152 B
YAML
Raw Normal View History

2024-11-10 21:47:44 +03:00
when:
branch: master
event: push
2024-11-10 21:46:25 +03:00
steps:
test1:
2024-11-10 21:49:04 +03:00
image: debian
commands:
- echo "Test"
2024-11-10 21:50:17 +03:00
- ping asandikci.com
- iptables -L