Skip to content

Commit

Permalink
change "check result step finished" to "check build step finished"
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel authored Nov 26, 2023
1 parent 6357e01 commit ac62352
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 @@ -46,7 +46,7 @@ status = UNKNOWN
artefacts =
EOF
fi
echo "check result step finished"
echo "check build step finished"
TEST_SCRIPT=bot/test.sh
if [ -f ${TEST_SCRIPT} ]; then
echo "${TEST_SCRIPT} script found in '${PWD}', so running it!"
Expand Down

0 comments on commit ac62352

Please sign in to comment.