loc fails with recent removal of heat dev env
TrivialFix Change-Id: I9ec8ac8956e3b1f93a3829da7883055b091b5747
This commit is contained in:
parent
052da60beb
commit
442daf7846
2
loc
2
loc
@ -7,7 +7,6 @@ TESTS=`find tests -type f -exec cat {} \; | wc -l`
|
||||
BUILD=`find kolla -type f -exec cat {} \; | wc -l`
|
||||
|
||||
DEMOS=`find demos -type f -exec cat {} \; | wc -l`
|
||||
HEAT=`find dev/heat -type f -exec cat {} \; | wc -l`
|
||||
SPECS=`find specs -type f -exec cat {} \; | wc -l`
|
||||
ETC=`find etc -type f -exec cat {} \; | wc -l`
|
||||
TOOLS=`find tools -type f -exec cat {} \; | wc -l`
|
||||
@ -24,7 +23,6 @@ echo "Demos $DEMOS"
|
||||
echo "Doc $DOC"
|
||||
echo "Etc $ETC"
|
||||
echo "Docker $DOCKER"
|
||||
echo "Heat $HEAT"
|
||||
echo "Specs $SPECS"
|
||||
echo "Tests $TESTS"
|
||||
echo "Tools $TOOLS"
|
||||
|
Loading…
Reference in New Issue
Block a user