moved to drone-exec

This commit is contained in:
Brad Rydzewski
2015-09-02 16:52:59 -07:00
parent b1150ce6fb
commit ae324704bb
4 changed files with 10 additions and 11 deletions

View File

@@ -3,6 +3,12 @@
SHA := $(shell git rev-parse --short HEAD)
VERSION := 0.4.0-alpha
all: build
build:
go run make.go bindata build
# Execute the database test suite against mysql 5.5
#
# You can launch a mysql container locally for testing: