remove ql

This commit is contained in:
Matthias Kadenbach 2017-05-17 19:16:08 -07:00
parent d4d20346f2
commit ff7e060269
No known key found for this signature in database
GPG Key ID: DC1F4DC6D31A7031

View File

@ -1,5 +1,5 @@
SOURCE ?= file go-bindata github aws-s3 google-cloud-storage SOURCE ?= file go-bindata github aws-s3 google-cloud-storage
DATABASE ?= postgres mysql ql redshift DATABASE ?= postgres mysql redshift
VERSION ?= $(shell git describe --tags 2>/dev/null | cut -c 2-) VERSION ?= $(shell git describe --tags 2>/dev/null | cut -c 2-)
TEST_FLAGS ?= TEST_FLAGS ?=
REPO_OWNER ?= $(shell cd .. && basename "$$(pwd)") REPO_OWNER ?= $(shell cd .. && basename "$$(pwd)")