13 lines
195 B
YAML
13 lines
195 B
YAML
when:
|
|
- event: manual
|
|
|
|
labels:
|
|
platform: linux/amd64
|
|
|
|
steps:
|
|
- name: build
|
|
image: debian
|
|
commands:
|
|
- echo "This is the build step"
|
|
- echo "binary-data-123" > executable
|