remove tmpdir on success
This commit is contained in:
parent
972d510f59
commit
8be0a29b7d
|
@ -376,3 +376,5 @@ if [ "--dev-deps" == "$deps_flag" ]; then
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm -rf "$my_tmp"
|
Loading…
Reference in New Issue