Initial commit with Quassel 0.13.1+git.

This commit is contained in:
2019-10-07 13:44:14 +05:00
commit ebd9a17a6b
2 changed files with 96 additions and 0 deletions

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: build
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: dockerhub_user
password:
from_secret: dockerhub_password
repo: pztrn/quasselcore
auto_tag: true