This commit is contained in:
parent
41e427fd79
commit
eb17ac52fe
@ -1,15 +1,14 @@
|
|||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- echo "This is the build step"
|
||||||
- echo "binary-data-123" > executable
|
- echo "binary-data-123" > executable
|
||||||
|
- chmod +x executable
|
||||||
|
|
||||||
- name: a-test-step
|
- name: a-test-step
|
||||||
image: golang:1.16
|
image: golang:1.16
|
||||||
commands:
|
commands:
|
||||||
- echo "Testing ..."
|
- echo "Testing ..."
|
||||||
- ./executable
|
- ./executable
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user