2019-01-18 13:52:23 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: ansible-latest
|
|
|
|
image: python:2.7
|
|
|
|
pull: always
|
|
|
|
commands:
|
|
|
|
- pip install ansible ansible-later -q
|
|
|
|
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
|
|
|
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
|
|
|
depends_on: [ clone ]
|
|
|
|
|
|
|
|
- name: ansible-master
|
|
|
|
image: python:2.7
|
|
|
|
pull: always
|
|
|
|
commands:
|
|
|
|
- pip install ansible ansible-later -q
|
|
|
|
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
|
|
|
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
|
|
|
depends_on: [ clone ]
|
2019-01-21 22:53:15 +00:00
|
|
|
|
|
|
|
- name: notify
|
|
|
|
image: plugins/matrix
|
|
|
|
settings:
|
|
|
|
homeserver: https://matrix.rknet.org
|
2019-01-21 22:54:34 +00:00
|
|
|
roomid: MtidqQXWWAtQcByBhH:rknet.org
|
2019-01-21 22:57:37 +00:00
|
|
|
userid:
|
|
|
|
from_secret: matrix_userid
|
2019-01-21 22:53:15 +00:00
|
|
|
accesstoken:
|
|
|
|
from_secret: matrix_accesstoken
|