This commit is contained in:
parent
575ff879bd
commit
5eea7ab805
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
|||
when:
|
||||
branch: master
|
||||
event: push
|
||||
|
||||
steps:
|
||||
test1:
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Test"
|
||||
- ping asandikci.com
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Test"
|
||||
- ping asandikci.com
|
Loading…
Reference in a new issue