diff --git a/Envoy.blade.php b/Envoy.blade.php index 2729954..8a18c90 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -78,6 +78,7 @@ echo 'Checkout {{ $commit }}' git checkout {{ $commit }} + git clean -xfd @else echo 'Clone {{ $branch }} to {{ $new_release_dir }} with 1 depth' git clone -b {{ $branch }} --depth 1 {{ $repository }} {{ $new_release_dir }}