Adjusted CI pipeline to install packages globally
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user