Skip to content

Commit

Permalink
[hotfix][ci] Adds missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Nov 9, 2023
1 parent 98b4da1 commit 288a752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ start_kubernetes
# Set the ITCASE_KUBECONFIG environment since it is required to run the ITCases
export ITCASE_KUBECONFIG=~/.kube/config

if [ -z "$DEBUG_FILES_OUTPUT_DIR"] ; then
if [ -z "$DEBUG_FILES_OUTPUT_DIR" ] ; then
export DEBUG_FILES_OUTPUT_DIR="${TEST_DATA_DIR}/log"
fi
LOG4J_PROPERTIES=${END_TO_END_DIR}/../tools/ci/log4j.properties
Expand Down

0 comments on commit 288a752

Please sign in to comment.