Skip to content

Commit

Permalink
add --runScript option
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisHFr committed Dec 15, 2024
1 parent 9c58bf6 commit 1820c66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ archi_run() {
"${ARCHI_JASPER_REPORT_TITLE:=$_project}"
)

# RUN jArchi script
[ "${ARCHI_RUN_SCRIPT_ENABLED,,}" == true ] &&
_args+=(
--script.runScript
"${JARCHI_SCRIPT_PATH}"
)


# Run Archi
xvfb-run \
/opt/Archi/Archi -application "$ARCHI_APP" -consoleLog -nosplash \
Expand Down

0 comments on commit 1820c66

Please sign in to comment.