Update Test
This commit is contained in:
9
.crow/my-first-workflow.yml
Normal file
9
.crow/my-first-workflow.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
when:
|
||||
- event: manual
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
- echo "binary-data-123" > executable
|
||||
Reference in New Issue
Block a user