diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..57f2f7f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline + +name: default + +steps: + - name: Build Gitea docker image + image: docker:stable + volumes: + - name: docker_sock + path: /var/run/docker.sock + commands: + - docker build --no-cache -t autonomic/gitea:drone . diff --git a/README.md b/README.md index 8f9f6ff..f34babb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # gitea +[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/gitea/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/gitea) + > https://gitea.io/ # Deploy