This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/.drone.yml
Luke Murphy a892ecf5b4
Some checks failed
continuous-integration/drone/push Build is failing
Put badge and only build for now
2020-03-30 17:35:39 +02:00

14 lines
267 B
YAML

---
kind: pipeline
name: default
steps:
- name: Build autonomic.zone docker image
image: docker:stable
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t autonomic/autonomic.zone:drone .