From 5bd6acc4ace20eaed15a0531dcf18ca70d322f85 Mon Sep 17 00:00:00 2001 From: Tsukasa Kanzaki Date: Wed, 17 Jul 2019 06:53:32 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=20=E6=A3=80=E5=87=BA=E5=90=8E=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=9C=AA=E8=B7=9F=E8=B8=AA=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Envoy.blade.php | 1 + 1 file changed, 1 insertion(+) 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 }}