diff --git a/.drone.jsonnet b/.drone.jsonnet index 7d52dc0..b29ff77 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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" ], }, ], diff --git a/.drone.yml b/.drone.yml index 7b5d5cb..8931f5c 100644 --- a/.drone.yml +++ b/.drone.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 ...