diff --git a/.drone.yml b/.drone.yml index 742de46..0d97565 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,6 @@ steps: - curl -sSL https://install.python-poetry.org | python3 - - poetry config virtualenvs.create false - poetry install - - printenv - pytest - name: build image: plugins/kaniko @@ -28,6 +27,6 @@ steps: --- kind: signature -hmac: 8e5103c096391ef7821044e9462a49b5de492fe194e95cd28b93c59b741e2244 +hmac: cba139585284bc6889a5f8b5bfb4ea2e877ddadbfd1f5430edf0ee87a900b2c2 ...