woodpecker: update demo workflow
All checks were successful
ci/woodpecker/manual/demo-workflow Pipeline was successful
All checks were successful
ci/woodpecker/manual/demo-workflow Pipeline was successful
This commit is contained in:
@ -4,12 +4,12 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: debian
|
image: ubuntu:22.04
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- echo "This is the build step"
|
||||||
- echo "binary-data-123" > executable
|
- echo "binary-data-123" > executable
|
||||||
- name: a-test-step
|
- name: a-test-step
|
||||||
image: golang:1.16
|
image: golang:1.24
|
||||||
commands:
|
commands:
|
||||||
- echo "Testing ..."
|
- echo "Testing ..."
|
||||||
- ./executable
|
- go version
|
||||||
|
|||||||
Reference in New Issue
Block a user