Adicionar .woodpecker.yml
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
fbac757f7a
commit
34b8789cb7
1 changed files with 7 additions and 0 deletions
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
steps:
|
||||||
|
test-build:
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "Starting CI pipeline test on Woodpecker CI!"
|
||||||
|
- ls -la
|
||||||
|
- echo "CI functional."
|
||||||
Loading…
Reference in a new issue