Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 73a0af7

Browse files
Merge pull request #1083 from karczex/run_build_msg_tweak
Extend run-build.sh error msg if no build_steps provided
2 parents e9d41ac + 24adec5 commit 73a0af7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

utils/docker/run-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ echo "Defined build steps: ${build_steps}"
339339

340340
if [[ -z "${build_steps}" ]]; then
341341
echo "ERROR: The variable build_steps with selected builds to run is not set!"
342+
echo "Possible build steps:"
343+
grep "^function" ${0} | sed 's/function//' | cut -f1 -d"("
342344
exit 1
343345
fi
344346

0 commit comments

Comments
 (0)