Update circle-ci config

This commit is contained in:
go-jet 2021-01-24 16:47:06 +01:00
parent 4c821d16b0
commit 2fb93a0bdb
4 changed files with 12 additions and 40 deletions

View file

@ -3,7 +3,6 @@ package mysql
import (
"context"
"database/sql"
"flag"
jetmysql "github.com/go-jet/jet/v2/mysql"
"github.com/go-jet/jet/v2/postgres"
"github.com/go-jet/jet/v2/tests/dbconfig"
@ -25,8 +24,7 @@ var source string
const MariaDB = "MariaDB"
func init() {
flag.StringVar(&source, "source", "", "MySQL or MariaDB")
flag.Parse()
source = os.Getenv("MY_SQL_SOURCE")
}
func sourceIsMariaDB() bool {