Compare commits
1 Commits
f20ab75162
...
fae6dd9868
Author | SHA1 | Date | |
---|---|---|---|
fae6dd9868 |
10
.woodpecker/image.yml
Normal file
10
.woodpecker/image.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: "**"
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
steps:
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- echo "This is the build step; okay"
|
Reference in New Issue
Block a user