Skip to content

Commit e6207c2

Browse files
committed
melting-pot: fail if project source is not fetched
1 parent a405d6e commit e6207c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

melting-pot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ meltDown() {
444444
# Fetch the project source code.
445445
info "$1: fetching project source"
446446
local dir="$(retrieveSource "$1" "$branch")"
447+
test ! -d "$dir" && error "Could not fetch project source" && exit 3
447448

448449
# Get the project dependencies.
449450
info "$1: determining project dependencies"

0 commit comments

Comments
 (0)