From a635b9d21df01698800bd08e972ae762b72edbb5 Mon Sep 17 00:00:00 2001 From: Alamoris Date: Fri, 22 Nov 2019 14:48:59 +0300 Subject: [PATCH] builder: Ignore app and clever/www directory by catkin --- builder/image-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index b37f8d14..aad5d885 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -165,7 +165,7 @@ cd /home/pi/catkin_ws/src/clever NPM_CONFIG_UNSAFE_PERM=true npm install gitbook-cli -g NPM_CONFIG_UNSAFE_PERM=true gitbook install gitbook build -touch node_modules/CATKIN_IGNORE docs/CATKIN_IGNORE _book/CATKIN_IGNORE # ignore documentation files by catkin +touch node_modules/CATKIN_IGNORE docs/CATKIN_IGNORE _book/CATKIN_IGNORE clever/www/CATKIN_IGNORE app/CATKIN_IGNORE # ignore documentation files by catkin echo_stamp "Installing additional ROS packages" apt-get install -y --no-install-recommends \