Изменил(а) на '.drone.yml'

This commit is contained in:
neonxp 2022-08-03 01:22:47 +03:00
parent 3f3b20e0a9
commit b348f0d495
1 changed files with 4 additions and 12 deletions

View File

@ -1,14 +1,6 @@
---
kind: pipeline
type: docker
name: default
trigger:
branch:
- master
steps:
- name: test
image: golang:1.14.15
pipeline:
run_golang:
group: build
image: golang:1.18.5
commands:
- go test ./...