refactor ci pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-10-15 23:36:24 +02:00
parent b2d8e306c3
commit 7ceb9f5288
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ steps:
- name: ansible-later
image: xoxys/ansible-later:latest
commands:
- wget https://gitea.rknet.org/ansible/ansible-later-policy/raw/branch/master/config.yml
- ansible-later -c config.yml
- wget -O .later.yml https://gitea.rknet.org/ansible/ansible-later-policy/raw/branch/master/config.yml
- ansible-later
environment:
PY_COLORS: 1
@ -143,6 +143,6 @@ depends_on:
---
kind: signature
hmac: f685866b52641560b6a9d1381bde87c8a204f6d41d916396064e0a5186e8b0eb
hmac: 2070d2c10a2829d802427ec6cbdd729c151eab76d2d1bbe3966d8a6a8a08302c
...