Добавить .woodpecker.yml
This commit is contained in:
commit
4710e2dd11
1 changed files with 7 additions and 0 deletions
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
steps:
|
||||
- name: hello
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Pipeline работает!"
|
||||
- date
|
||||
- hostname
|
||||
Loading…
Add table
Reference in a new issue