Skip to content

Commit

Permalink
Address review comments for indentation and removing unwanted comment…
Browse files Browse the repository at this point in the history
… lines
  • Loading branch information
jhuttana authored and jmtd committed Apr 8, 2024
1 parent b3218d0 commit bef862d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
# Fail on a single failed command
set -eo pipefail

#These are defined explicitly here to avoid defining them in templates/jlink/Dockerfile
export JBOSS_CONTAINER_UTIL_LOGGING_MODULE="${JBOSS_CONTAINER_UTIL_LOGGING_MODULE-/opt/jboss/container/util/logging}"
export JBOSS_CONTAINER_JAVA_RUN_MODULE="${JBOSS_CONTAINER_JAVA_RUN_MODULE-/opt/jboss/container/java/run}"

#This is moved here after deleting run-env.sh
# Default the application dir to the S2I deployment dir
if [ -z "$JAVA_APP_DIR" ]
then JAVA_APP_DIR=/deployments
then JAVA_APP_DIR=/deployments
fi

source "$JBOSS_CONTAINER_UTIL_LOGGING_MODULE/logging.sh"
Expand Down

0 comments on commit bef862d

Please sign in to comment.