Skip to content

Commit

Permalink
Let's see what's going on
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Jun 25, 2024
1 parent 927f483 commit e4542bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-kg2-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mkdir -p ${BUILD_DIR}
setup_log_file=${BUILD_DIR}/setup-kg2-build${test_str}.log
touch ${setup_log_file}

{
# {

echo "================= starting setup-kg2.sh ================="
date
Expand Down Expand Up @@ -177,7 +177,7 @@ fi
date

echo "================= script finished ================="
} >> ${setup_log_file} 2>&1
# } >> ${setup_log_file} 2>&1

if [[ "${build_flag}" != "ci" ]]
then
Expand Down

0 comments on commit e4542bd

Please sign in to comment.