From e1fd58c9bc16b1f037eb6355f3c7e71224963a72 Mon Sep 17 00:00:00 2001 From: Edvard Date: Thu, 24 Jan 2019 14:28:09 +0100 Subject: [PATCH] Debug; trigger travis --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5146d659..b98ec40b 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ $(BIN)/ginkgo: GOOSE = $(BIN)/goose $(BIN)/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 LINT = $(BIN)/golint @@ -129,8 +129,7 @@ migration_status: $(GOOSE) checkdbvars # merge timestamped files to prevent conflict .PHONY: version_migrations version_migrations: - cd db/migrations;\ - $(GOOSE) fix + cd db/migrations; $(GOOSE) fix # Import a psql schema to the database .PHONY: import