From 886d9e61102c1f64a9c5b403bdca6e701317e31c Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Mon, 21 Oct 2024 15:20:47 +0000 Subject: [PATCH] fix: respect to pipelines dir environment variable in start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index dfabf4a..e2ddd8b 100755 --- a/start.sh +++ b/start.sh @@ -115,7 +115,7 @@ if [[ -n "$PIPELINES_URLS" ]]; then # Split PIPELINES_URLS by ';' and iterate over each path IFS=';' read -ra ADDR <<< "$PIPELINES_URLS" for path in "${ADDR[@]}"; do - download_pipelines "$path" "$pipelines_dir" + download_pipelines "$path" "$PIPELINES_DIR" done for file in "$pipelines_dir"/*; do