This commit is contained in:
parent
496acf6e0a
commit
f7b2e5b273
12
.drone.yml
12
.drone.yml
@ -3,7 +3,11 @@ name: hello-world
|
|||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: say-hello
|
- name: run make compile
|
||||||
image: busybox
|
description: Check if the code is compiling
|
||||||
commands:
|
image: alpine
|
||||||
- echo hello-world
|
command: ["/bin/sh", "-c", "make compile"]
|
||||||
|
artifacts:
|
||||||
|
- name: compiled
|
||||||
|
path: randMus
|
||||||
|
type: file
|
Loading…
Reference in New Issue
Block a user