From c2008abb2eb7541fe0938e892cfd20bdb3d157b7 Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Thu, 7 May 2020 15:44:09 +0200 Subject: [PATCH] Adjusted CI pipeline to install packages globally --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 24578db..8b1730e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,5 @@ steps: image: python:alpine commands: - pip install pipenv - - python3 -m pipenv install - - python3 -m pipenv shell + - python3 -m pipenv install --system - ansible-playook site.yaml -i inventory.yaml \ No newline at end of file