refactor ci pipeline
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Robert Kaussow 2019-10-15 23:32:32 +02:00
parent 8a977a11d7
commit 214688c33f
2 changed files with 5 additions and 5 deletions

View File

@ -13,8 +13,8 @@ local PipelineLinting = {
PY_COLORS: 1 PY_COLORS: 1
}, },
commands: [ commands: [
"git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy", "wget https://gitea.rknet.org/ansible/ansible-later-policy/raw/branch/master/config.yml",
"ansible-later -c ~/policy/config.yml" "ansible-later -c config.yml"
], ],
}, },
], ],

View File

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