mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 15:15:34 -06:00
Fix literal arg for migrate
This commit is contained in:
@@ -10,7 +10,7 @@ fi
|
|||||||
export ENVIRONMENT=${ENVIRONMENT:-development}
|
export ENVIRONMENT=${ENVIRONMENT:-development}
|
||||||
export LOG_JSON_FORMAT=${LOG_JSON_FORMAT:-false}
|
export LOG_JSON_FORMAT=${LOG_JSON_FORMAT:-false}
|
||||||
export LOG_LEVEL=${LOG_LEVEL:-debug}
|
export LOG_LEVEL=${LOG_LEVEL:-debug}
|
||||||
COMMAND='poetry run python3 -m linkpulse $@'
|
COMMAND="poetry run python3 -m linkpulse $@"
|
||||||
|
|
||||||
# If arguments start with 'poetry run pytest' or 'pytest' use args as is
|
# If arguments start with 'poetry run pytest' or 'pytest' use args as is
|
||||||
if [[ "$1" == "poetry" && "$2" == "run" && "$3" == "pytest" ]]; then
|
if [[ "$1" == "poetry" && "$2" == "run" && "$3" == "pytest" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user