Removed trigger
continuous-integration/drone Build is passing

This commit is contained in:
2023-03-07 17:27:57 +01:00
parent b23ee827c6
commit 3d3748a82b
+1 -7
View File
@@ -1,6 +1,6 @@
kind: pipeline
type: docker
name: micro
name: mservice
steps:
- name: build
@@ -8,9 +8,3 @@ steps:
commands:
- go get ./...
- go test ./...
trigger:
branch:
- master
event:
- push