publish always
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-09 23:37:14 +01:00
parent 16a2cd5db7
commit b07631f192
2 changed files with 21 additions and 0 deletions

View File

@ -31,4 +31,20 @@ steps:
from_secret: docker_username
when:
event:
- push
- tag
- name: notify
image: plugins/matrix
settings:
homeserver: https://matrix.rknet.org
roomid: MtidqQXWWAtQcByBhH:rknet.org
template: "Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}"
username:
from_secret: matrix_username
password:
from_secret: matrix_password
when:
status:
- success
- failure

View File

@ -2,6 +2,11 @@ FROM centos:7
RUN yum install -y gcc gcc-c++ \
libtool libtool-ltdl \
gnutls-devel \
pam-devel \
dbus-devel \
avahi-devel \
systemd-devel \
make cmake \
git \
pkgconfig \