3
0

Remove makefile task for triggering drone integration pipeline

This commit is contained in:
Denis Arh 2019-10-09 19:15:03 +02:00
parent 8ca797e2d2
commit 4b5bbc52a2

View File

@ -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 ./...