Files
crowci-test/.crow/my-first-workflow.yml
T

13 lines
195 B
YAML
Raw Normal View History

2025-08-12 11:35:05 +05:30
when:
2025-08-12 11:38:42 +05:30
- event: manual
2025-08-12 11:35:05 +05:30
2025-12-12 15:15:27 +05:30
labels:
platform: linux/amd64
2025-08-12 11:35:05 +05:30
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable