2024-09-26 13:33:13 +00:00
|
|
|
---
|
2024-09-26 13:28:00 +00:00
|
|
|
when:
|
2024-09-26 13:42:09 +00:00
|
|
|
- event: push
|
|
|
|
branch: ci/fix_woodpecker
|
2024-09-26 13:28:00 +00:00
|
|
|
steps:
|
2024-09-26 13:40:13 +00:00
|
|
|
- name: build
|
2024-09-26 13:37:49 +00:00
|
|
|
image: debian
|
2024-09-26 13:28:00 +00:00
|
|
|
commands:
|
2024-09-26 13:40:13 +00:00
|
|
|
- echo "This is the build step"
|
|
|
|
- echo "binary-data-123" > executable
|
2024-09-26 13:42:09 +00:00
|
|
|
- name: a-test-step
|
|
|
|
image: golang:1.16
|
|
|
|
commands:
|
|
|
|
- echo "Testing ..."
|
|
|
|
- ./executable
|