diff --git a/migrations/go-migrate/makefile b/migrations/go-migrate/makefile index 0c7246f0..59f1c53f 100644 --- a/migrations/go-migrate/makefile +++ b/migrations/go-migrate/makefile @@ -1,3 +1,4 @@ +SHELL:=/bin/bash APP_NAME=$(shell basename $(CURDIR)) RELATIVE_PROJECT_ROOT_PATH=$(shell REL_PATH="."; while [ $$(ls "$$REL_PATH" | grep project.yaml | wc -l | xargs) -eq 0 ]; do REL_PATH="$$REL_PATH./.."; done; printf '%s' "$$REL_PATH") PROJECT_CONF_FILE_NAME=project.yaml