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
|
image: python:alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- python3 -m pipenv install
|
- python3 -m pipenv install --system
|
||||||
- python3 -m pipenv shell
|
|
||||||
- ansible-playook site.yaml -i inventory.yaml
|
- ansible-playook site.yaml -i inventory.yaml
|
||||||
Reference in New Issue
Block a user