From 37a72dd86fb39cc367fe28b3c76659b9f8f33971 Mon Sep 17 00:00:00 2001
From: Miguel Prada <miguel.prada@tecnalia.com>
Date: Mon, 11 Feb 2019 14:11:41 +0100
Subject: [PATCH] Remove logs folder from catkin_ws before commiting image

---
 scripts/pre-deploy-cleanup.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pre-deploy-cleanup.bash b/scripts/pre-deploy-cleanup.bash
index fadce20..ad2000c 100644
--- a/scripts/pre-deploy-cleanup.bash
+++ b/scripts/pre-deploy-cleanup.bash
@@ -2,6 +2,6 @@
 
 set -e
 
-rm -rf /root/catkin_ws/build /root/catkin_ws/devel /root/catkin_ws/src
+rm -rf /root/catkin_ws/build /root/catkin_ws/devel /root/catkin_ws/logs /root/catkin_ws/src
 
 # Unset env vars?
-- 
GitLab