From 4b5bbc52a25112e618f0b3b9450d57cb43eef224 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Wed, 9 Oct 2019 19:15:03 +0200 Subject: [PATCH] Remove makefile task for triggering drone integration pipeline --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 185f77c40..292238a2e 100644 --- a/Makefile +++ b/Makefile @@ -147,13 +147,6 @@ test.cross-dep: @ grep -rE "github.com/cortezaproject/corteza-server/(system|compose)/" messaging || exit 0 @ grep -rE "github.com/cortezaproject/corteza-server/(system|compose|messaging)/" pkg || exit 0 -# Drone tasks -# Run drone's integration pipeline -drone.integration: - rm -f build/gen* - drone exec --pipeline integration - - vet: $(GO) vet ./...