From bc84ab20ea1eb1184d9f10e467e480cc429520dc Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 30 Jan 2023 16:48:36 +0100 Subject: [PATCH] fix ansible-galaxy execution --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 951055b..61301d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -118,7 +118,7 @@ steps: - pip install poetry -qq - poetry config experimental.new-installer false - poetry install - - ansible-galaxy collection build --output-path dist/ + - poetry run ansible-galaxy collection build --output-path dist/ - name: checksum image: alpine @@ -226,6 +226,6 @@ depends_on: --- kind: signature -hmac: e13ec0f71bb6c29530344335056ad14820d4028a28e6e74b40de0db2afbfe568 +hmac: 73306cf1a763c7ef338c1418bf53fc5155fe5f0681ede8b9c93dbd245e560194 ...