🚧 Try out Drone CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Gerber, Mike 2021-02-11 16:42:36 +01:00
parent a51c32aeb0
commit 56b364154b

View file

@ -5,7 +5,7 @@ steps:
- name: prepare data - name: prepare data
image: alpine image: alpine
commands: commands:
- ls - apk update && apk add bash
- ./build-tmp-XXX - ./build-tmp-XXX
- name: build core - name: build core
image: plugins/docker image: plugins/docker