Skip to content

Commit

Permalink
Fix output dir call
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 4, 2024
1 parent 0156d13 commit 3159ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ fi


echo "Executing command to build software:"
echo "${HOME}/easybuild/cit-hpc-easybuild/jobscripts/habrok/build_container_bot.sh -o='/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 " -o='/scratch/public/software-tarballs' -- eb ${BUILD_STEP_ARGS[@]}" 2>&1 | tee -a ${build_outerr}
echo "${HOME}/easybuild/cit-hpc-easybuild/jobscripts/habrok/build_container_bot.sh -o /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 " -o /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
Expand Down

0 comments on commit 3159ac6

Please sign in to comment.