This commit is contained in:
parent
4df8243efe
commit
21b270018f
@ -1,5 +1,15 @@
|
||||
pipeline:
|
||||
hello:
|
||||
image: alpine
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: debian
|
||||
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