Skip to content

Commit

Permalink
Add check to see what is in the modulepath
Browse files Browse the repository at this point in the history
  • Loading branch information
laraPPr authored Dec 17, 2024
1 parent d83a33d commit 352d455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ mkdir -p ${STORAGE}
JOB_STORAGE=$(mktemp --directory --tmpdir=${STORAGE} bot_job_tmp_XXX)
echo "bot/build.sh: created unique base tmp storage directory at ${JOB_STORAGE}"

echo "bot/build.sh: MODULEPATH='${MODULEPATH}'"
# obtain list of modules to be loaded
LOAD_MODULES=$(cfg_get_value "site_config" "load_modules")
echo "bot/build.sh: LOAD_MODULES='${LOAD_MODULES}'"
Expand Down

0 comments on commit 352d455

Please sign in to comment.