This commit is contained in:
parent
8a977a11d7
commit
214688c33f
@ -13,8 +13,8 @@ local PipelineLinting = {
|
||||
PY_COLORS: 1
|
||||
},
|
||||
commands: [
|
||||
"git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy",
|
||||
"ansible-later -c ~/policy/config.yml"
|
||||
"wget https://gitea.rknet.org/ansible/ansible-later-policy/raw/branch/master/config.yml",
|
||||
"ansible-later -c config.yml"
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -10,8 +10,8 @@ steps:
|
||||
- name: ansible-later
|
||||
image: xoxys/ansible-later:latest
|
||||
commands:
|
||||
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
||||
- ansible-later -c ~/policy/config.yml
|
||||
- wget https://gitea.rknet.org/ansible/ansible-later-policy/raw/branch/master/config.yml
|
||||
- ansible-later -c config.yml
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
|
||||
@ -143,6 +143,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 767a52e730e52730b52344e40de7536f2c51f37983c0697ac90d9ed3b8aef588
|
||||
hmac: f685866b52641560b6a9d1381bde87c8a204f6d41d916396064e0a5186e8b0eb
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user