set automation to compile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bruno Rybársky 2022-04-18 12:32:36 +02:00
parent 496acf6e0a
commit f7b2e5b273

@ -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