Skip to content

Commit

Permalink
use bash in go-migrate makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Mar 30, 2024
1 parent 417f47b commit 1cee32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/go-migrate/makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1cee32f

Please sign in to comment.