Skip to content

Commit

Permalink
Change bot build container path
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 3, 2024
1 parent 8b9830e commit e0487ad
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 @@ -224,8 +224,8 @@ fi
echo "bot/build.sh: changed_easystacks='${changed_easystacks}'"

echo "Executing command to build software:"
echo "${HOME}/easybuild/cit-hpc-easybuild/jobscripts/habrok/build_container.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.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 e0487ad

Please sign in to comment.