Final build pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-20 15:54:19 +02:00
parent 45420fb84e
commit a7862e0f6a

View File

@@ -3,17 +3,16 @@ kind: pipeline
name: default
steps:
# - name: test
# image: python
# commands:
# # - pip install -r requirements.txt
# - export POETRY_VERSION=1.2.2
# - export POETRY_HOME=/usr/local/
# - curl -sSL https://install.python-poetry.org | python3 -
# - poetry config virtualenvs.create false
# - poetry install
# - printenv
# - pytest
- name: test
image: python
commands:
- export POETRY_VERSION=1.2.2
- export POETRY_HOME=/usr/local/
- curl -sSL https://install.python-poetry.org | python3 -
- poetry config virtualenvs.create false
- poetry install
- printenv
- pytest
- name: build
image: plugins/kaniko
settings:
@@ -25,9 +24,10 @@ steps:
tags:
- latest
- ${DRONE_COMMIT}
- ${DRONE_COMMIT_BRANCH}
---
kind: signature
hmac: c96ed440ae544005570aa462c4b98bb82cc075c8d9469e058783d6d297eacaac
hmac: 8e5103c096391ef7821044e9462a49b5de492fe194e95cd28b93c59b741e2244
...