diff --git a/.drone.yml b/.drone.yml index 3a54dc8c3..77fb7a4af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -270,7 +270,7 @@ steps: - echo "-- Installing dependencies" - apt update - apt install -y dpkg-dev gpg python3 python3-pip - - pip install awscli + - pip install awscli --break-system-packages - echo "--- Parsing metadata" - git config --global --add safe.directory $PWD