.drone.yml aktualisiert
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Anja Freudenreich 2025-02-13 10:48:23 +00:00
parent 832df8a9e1
commit 4474be0abc

View File

@ -4,8 +4,12 @@ type: docker
name: default
steps:
- name: greeting
image: golang:1.12
commands:
- go build
- go test
- name: build and test
image: python:3.9-slim
commands:
- pip install --no-cache-dir -r requirements.txt
- python app.py
trigger:
branch:
- master