warn users about unknown 'repo:tag' combinations
This commit is contained in:
parent
d472fdbef5
commit
511aefe622
3
build.sh
3
build.sh
|
|
@ -142,7 +142,8 @@ while [ "$#" -gt 0 ]; do
|
||||||
gitRef="${repoGitRef[$repoTag]}"
|
gitRef="${repoGitRef[$repoTag]}"
|
||||||
gitDir="${repoGitDir[$repoTag]}"
|
gitDir="${repoGitDir[$repoTag]}"
|
||||||
shift
|
shift
|
||||||
if [ -z "$gitRepo" -o -z "$gitRef" ]; then
|
if [ -z "$gitRepo" ]; then
|
||||||
|
echo >&2 'warning: skipping unknown repo:tag:' "$repoTag"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue