Skip to content

Commit

Permalink
chore: export MODULE_DIRECTORY (#238)
Browse files Browse the repository at this point in the history
this variable is used in multiple modules
  • Loading branch information
xynydev authored Feb 2, 2024
1 parent ca69613 commit 98d2e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 98d2e87

Please sign in to comment.