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

Commit 24adec5

Browse files
author
Pawel Karczewski
committed
Extend run-build.sh error msg if no build_steps provided
1 parent 8079613 commit 24adec5

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)