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