Remove makefile task for triggering drone integration pipeline
This commit is contained in:
parent
8ca797e2d2
commit
4b5bbc52a2
7
Makefile
7
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 ./...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user