Skip to content

Commit

Permalink
#281 the actual errors with the failed build should be gone now
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Jul 17, 2023
1 parent c6a024c commit 6acfd25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup-kg2-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ fi

mkdir -p ${BUILD_DIR}
setup_log_file=${BUILD_DIR}/setup-kg2-build${test_str}.log
touch setup_log_file
touch ${setup_log_file}

if [[ "${build_flag}" == "ci" ]]
then
trap "cat ${setup_log_file}" EXIT
fi

# {
{
echo "================= starting setup-kg2.sh ================="
date

Expand Down Expand Up @@ -118,7 +118,7 @@ chmod +x ${BUILD_DIR}/robot
${curl_get} ${BUILD_DIR} https://github.com/RTXteam/owltools/releases/download/v0.3.0/owltools > ${BUILD_DIR}/owltools
chmod +x ${BUILD_DIR}/owltools

# } >${setup_log_file} 2>&1
} >${setup_log_file} 2>&1

if [[ "${build_flag}" != "ci" ]]
then
Expand All @@ -130,7 +130,7 @@ then
fi
fi

# {
{
RAPTOR_NAME=raptor2-2.0.15
# setup raptor (used by the "checkOutputSyntax.sh" script in the umls2rdf package)
${curl_get} -o ${BUILD_DIR}/${RAPTOR_NAME}.tar.gz http://download.librdf.org/source/${RAPTOR_NAME}.tar.gz
Expand Down Expand Up @@ -179,7 +179,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 6acfd25

Please sign in to comment.