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

This commit is contained in:
neonxp 2022-08-03 01:18:14 +03:00
parent 609a8002d1
commit 3f3b20e0a9

View file

@ -1,12 +1,12 @@
---
kind: pipeline
type: docker
name: linux-amd64
platform:
arch: amd64
os: linux
name: default
trigger:
branch:
- master
steps:
- name: test
image: golang:1.14.15