Skip to content

Commit

Permalink
Script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 15, 2024
1 parent 9197cd3 commit dd672e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/log_analyze_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LOG_PROPERTY_FILE=$(cd "$(dirname "${BASH_SOURCE[0]}")/.."; pwd)/src/test/resour
export CLIENT_DRIVER_NAME=JDBC

function setup_log_env() {
if ["$WORKSPACE" == "/mnt/workspace"]; then
if [ "$WORKSPACE" == "/mnt/workspace" ]; then
CLIENT_LOG_DIR_PATH=$LOCAL_CLIENT_LOG_DIR_PATH_DOCKER
CLIENT_LOG_FILE_PATH=$CLIENT_LOG_FILE_PATH_DOCKER
CLIENT_KNOWN_SSM_FILE_PATH=$CLIENT_KNOWN_SSM_FILE_PATH_DOCKER
Expand Down

0 comments on commit dd672e0

Please sign in to comment.