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 ...