.drone.yml aktualisiert
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
832df8a9e1
commit
4474be0abc
14
.drone.yml
14
.drone.yml
@ -4,8 +4,12 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: build and test
|
||||||
image: golang:1.12
|
image: python:3.9-slim
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- pip install --no-cache-dir -r requirements.txt
|
||||||
- go test
|
- python app.py
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
Loading…
x
Reference in New Issue
Block a user