forked from cerc-io/ipld-eth-server
Debug; trigger travis
This commit is contained in:
parent
0c7cfe5609
commit
e1fd58c9bc
5
Makefile
5
Makefile
@ -17,7 +17,7 @@ $(BIN)/ginkgo:
|
|||||||
GOOSE = $(BIN)/goose
|
GOOSE = $(BIN)/goose
|
||||||
$(BIN)/goose:
|
$(BIN)/goose:
|
||||||
go get -u -d github.com/pressly/goose/cmd/goose
|
go get -u -d github.com/pressly/goose/cmd/goose
|
||||||
go build -tags='no_mysql no_sqlite' -o $(BIN)/goose github.com/pressly/goose
|
go build -tags='no_mysql no_sqlite' -o $(BIN)/goose github.com/pressly/goose/cmd/goose
|
||||||
|
|
||||||
## Source linter
|
## Source linter
|
||||||
LINT = $(BIN)/golint
|
LINT = $(BIN)/golint
|
||||||
@ -129,8 +129,7 @@ migration_status: $(GOOSE) checkdbvars
|
|||||||
# merge timestamped files to prevent conflict
|
# merge timestamped files to prevent conflict
|
||||||
.PHONY: version_migrations
|
.PHONY: version_migrations
|
||||||
version_migrations:
|
version_migrations:
|
||||||
cd db/migrations;\
|
cd db/migrations; $(GOOSE) fix
|
||||||
$(GOOSE) fix
|
|
||||||
|
|
||||||
# Import a psql schema to the database
|
# Import a psql schema to the database
|
||||||
.PHONY: import
|
.PHONY: import
|
||||||
|
Loading…
Reference in New Issue
Block a user