This commit is contained in:
parent
4df8243efe
commit
21b270018f
@ -1,5 +1,15 @@
|
|||||||
pipeline:
|
when:
|
||||||
hello:
|
- event: push
|
||||||
image: alpine
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- echo "Hola desde Woodpecker intento 2"
|
- echo "This is the build step"
|
||||||
|
- echo "binary-data-123" > executable
|
||||||
|
- name: a-test-step
|
||||||
|
image: golang:1.16
|
||||||
|
commands:
|
||||||
|
- echo "Testing ..."
|
||||||
|
- ./executable
|
||||||
Loading…
Reference in New Issue
Block a user