Изменил(а) на '.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 @@
--- pipeline:
kind: pipeline run_golang:
type: docker group: build
name: default image: golang:1.18.5
trigger:
branch:
- master
steps:
- name: test
image: golang:1.14.15
commands: commands:
- go test ./... - go test ./...