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