renamed pipeline
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2022-05-22 00:00:41 +02:00
parent 53758f412e
commit 3485bf5123
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: kubernetes type: kubernetes
name: test name: pytest
platform: platform:
os: linux os: linux
@ -9,7 +9,7 @@ platform:
steps: steps:
- name: test - name: pytest
image: python:3-alpine image: python:3-alpine
commands: commands:
- "pip install -r requirements.txt" - "pip install -r requirements.txt"