From a3e5eb7f834ec3942b53dcbb492f03c325f84be7 Mon Sep 17 00:00:00 2001 From: Neves-P Date: Mon, 4 Mar 2024 12:04:40 +0100 Subject: [PATCH] No string? --- bot/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.sh b/bot/build.sh index 2044869e03..cce6594e7c 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -226,7 +226,7 @@ fi echo "Executing command to build software:" echo "${HOME}/easybuild/cit-hpc-easybuild/jobscripts/habrok/build_container_bot.sh --output /scratch/public/software-tarballs -- eb ${BUILD_STEP_ARGS[@]} 2>&1 | tee -a ${build_outerr}" -${HOME}/easybuild/cit-hpc-easybuild/jobscripts/habrok/build_container_bot.sh " --output /scratch/public/software-tarballs -- eb ${BUILD_STEP_ARGS[@]}" 2>&1 | tee -a ${build_outerr} +${HOME}/easybuild/cit-hpc-easybuild/jobscripts/habrok/build_container_bot.sh --output /scratch/public/software-tarballs -- eb ${BUILD_STEP_ARGS[@]} 2>&1 | tee -a ${build_outerr} # # prepare directory to store tarball of tmp for tarball step # TARBALL_TMP_TARBALL_STEP_DIR=${PREVIOUS_TMP_DIR}/tarball_step