Skip to content

Commit

Permalink
renamed directory for upcoming zk3 change
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Feb 3, 2020
1 parent 805b13a commit 0f56e98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ VERBOSE=${INPUT_VERBOSE:false}
# echo "Base dir: ${BASE_DIR}"
# echo "Verbose: ${VERBOSE}"

MODULE_PATH="${WORKSPACE_ROOT}${BASE_DIR}modules/${MODULE_NAME}"
MODULE_PATH="${WORKSPACE_ROOT}${BASE_DIR}extensions/${MODULE_NAME}"
if [ ! -d "$MODULE_PATH" ]; then
MODULE_PATH="${WORKSPACE_ROOT}${BASE_DIR}modules/${MODULE_NAME}"
fi
WORK_FOLDER="work"
OUTPUT_FOLDER="output"
OUTPUT_PATH="${WORKSPACE_ROOT}${WORK_FOLDER}/${OUTPUT_FOLDER}/${MODULE_NAME}"
Expand Down

0 comments on commit 0f56e98

Please sign in to comment.