From 98d2e87fb99061affe7f66e9956f7fb352eea437 Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Fri, 2 Feb 2024 23:35:53 +0000 Subject: [PATCH] chore: export MODULE_DIRECTORY (#238) this variable is used in multiple modules --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f93a5b3f03..c48b2ae5fa 100644 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ set -oue pipefail export CONFIG_DIRECTORY="/tmp/config" RECIPE_FILE="$CONFIG_DIRECTORY/$RECIPE" -MODULE_DIRECTORY="/tmp/modules" +export MODULE_DIRECTORY="/tmp/modules" # https://mikefarah.gitbook.io/yq/usage/tips-and-tricks#yq-in-a-bash-loop get_yaml_array() {