:-'Generic Commit'
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 2m40s

This commit is contained in:
Your Name
2025-05-28 20:40:24 +12:00
parent c836b26657
commit f7294e01e4
6 changed files with 75 additions and 65 deletions

View File

@ -38,6 +38,7 @@ CURRENT_EXIT_CODE=0
load_dotenv(){
local file_path=$1
if [ -f "${file_path}" ]; then
# shellcheck source=/dev/null
source "${file_path}"
fi
}
@ -69,9 +70,9 @@ function run_command() {
load_dotenv "${service_path}/config/.template_info.env"
# update the main variables.
CONFIG_PATH="${service_path}/config"
SERVICE="${SERVICE_NAME}"
DOCKER_CLI_HINTS=false
export CONFIG_PATH="${service_path}/config"
export SERVICE="${SERVICE_NAME}"
export DOCKER_CLI_HINTS=false
set +a