aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneonxp <i@neonxp.dev>2022-08-03 01:18:14 +0300
committerneonxp <i@neonxp.dev>2022-08-03 01:18:14 +0300
commit3f3b20e0a99d7d606a964c63d835a8aa1b47486d (patch)
tree10fc73a9994894049e201acb647a09626c1c8e84
parent609a8002d1f6619b9b66b287aa9db46378904666 (diff)
Изменил(а) на '.drone.yml'
-rw-r--r--.drone.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 0b55c56..6dc32e9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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