Skip to content

Commit

Permalink
move finished msg
Browse files Browse the repository at this point in the history
  • Loading branch information
smoors committed Dec 9, 2024
1 parent b455135 commit a7501b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bot-build.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ EXPORT_VARS_SCRIPT=cfg/export_vars.sh
if [ -f ${EXPORT_VARS_SCRIPT} ]; then
echo "${EXPORT_VARS_SCRIPT} script found in '${PWD}', so sourcing it!"
source ${EXPORT_VARS_SCRIPT}
echo "$EXPORT_VARS_SCRIPT finished"
else
echo "could not find ${EXPORT_VARS_SCRIPT} script in '${PWD}', skipping" >&2
fi
echo "$EXPORT_VARS_SCRIPT finished"
BOT_BUILD_SCRIPT=bot/build.sh
if [ -f ${BOT_BUILD_SCRIPT} ]; then
echo "${BOT_BUILD_SCRIPT} script found in '${PWD}', so running it!"
Expand Down

0 comments on commit a7501b8

Please sign in to comment.