Add CI pipeline
This commit is contained in:
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
steps:
|
||||
- name: test
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Hello from Woodpecker CI!"
|
||||
- echo "Repository: infrastructure"
|
||||
- date
|
||||
- uname -a
|
||||
Reference in New Issue
Block a user