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:
|
steps:
|
||||||
test1:
|
test1:
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- echo "Test"
|
- echo "Test"
|
||||||
- ping asandikci.com
|
- ping asandikci.com
|
Loading…
Reference in a new issue