From 7ceb9f52886c2516e2bff36176f2e4f7aaf24a34 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 15 Oct 2019 23:36:24 +0200 Subject: [PATCH] refactor ci pipeline --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8931f5c..20cedc5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...