We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a405d6e commit e6207c2Copy full SHA for e6207c2
1 file changed
melting-pot.sh
@@ -444,6 +444,7 @@ meltDown() {
444
# Fetch the project source code.
445
info "$1: fetching project source"
446
local dir="$(retrieveSource "$1" "$branch")"
447
+ test ! -d "$dir" && error "Could not fetch project source" && exit 3
448
449
# Get the project dependencies.
450
info "$1: determining project dependencies"
0 commit comments