Update .woodpecker/test.yaml
This commit is contained in:
parent
5973c1dfa1
commit
575ff879bd
1 changed files with 6 additions and 10 deletions
|
@ -1,10 +1,6 @@
|
||||||
on:
|
steps:
|
||||||
push:
|
test1:
|
||||||
workflow_dispatch:
|
image: debian
|
||||||
jobs:
|
commands:
|
||||||
test:
|
- echo "Test"
|
||||||
runs-on: docker
|
- ping asandikci.com
|
||||||
steps:
|
|
||||||
- run: echo All Good
|
|
||||||
- run : ping asandikci.com
|
|
||||||
- run : iptables -L
|
|
Loading…
Reference in a new issue