11 lines
No EOL
152 B
YAML
11 lines
No EOL
152 B
YAML
when:
|
|
branch: master
|
|
event: push
|
|
|
|
steps:
|
|
test1:
|
|
image: debian
|
|
commands:
|
|
- echo "Test"
|
|
- ping asandikci.com
|
|
- iptables -L |