🚧 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:57:39 +01:00
parent c042c41ec4
commit 524d460bfa

View file

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