Add first Woodpecker pipeline
This commit is contained in:
11
.woodpecker/pipeline.yml
Normal file
11
.woodpecker/pipeline.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: hello
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "Pipeline triggered!"
|
||||||
|
- echo "Branch: ${CI_COMMIT_BRANCH}"
|
||||||
|
- echo "Commit: ${CI_COMMIT_SHA}"
|
||||||
Reference in New Issue
Block a user