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