fix rm
This commit is contained in:
parent
adbe9c1662
commit
4f10de8817
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ fi
|
||||||
|
|
||||||
# Clean out code repos if directed to do so
|
# Clean out code repos if directed to do so
|
||||||
if [ "$CLEAN" = "1" ]; then
|
if [ "$CLEAN" = "1" ]; then
|
||||||
rm -rf $NOVA_REPO $CACHEDIR/$DEST
|
rm -rf $CACHEDIR/$DEST
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Cache openstack code
|
# Cache openstack code
|
||||||
|
|
Loading…
Reference in a new issue