File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -54,21 +54,6 @@ pushd firmware/mcu_ws > /dev/null
54
54
55
55
popd > /dev/null
56
56
57
- cd firmware
58
- echo " " > /project/built_packages
59
- for f in $( find $( pwd) -name .git -type d) ; do pushd $f > /dev/null; echo $( git config --get remote.origin.url) $( git rev-parse HEAD) >> /project/built_packages; popd > /dev/null; done ;
60
-
61
- cd /project
62
- if [[ ` git diff-index --name-only HEAD | grep built_packages` ]]; then
63
- echo " Changes detected"
64
- else
65
- echo " No changes detected"
66
- exit 0
67
- fi
68
-
69
- cd /uros_ws
70
-
71
-
72
57
# ####### Clean and source ########
73
58
find /project/src/ ! -name micro_ros_arduino.h ! -name * .c ! -name * .cpp ! -name * .c.in -delete
74
59
@@ -250,4 +235,4 @@ find firmware/mcu_ws/ros2 \( -name "*.srv" -o -name "*.msg" -o -name "*.action"
250
235
find firmware/mcu_ws/extra_packages \( -name " *.srv" -o -name " *.msg" -o -name " *.action" \) | awk -F" /" ' {print $(NF-2)"/"$NF}' >> /project/available_ros2_types
251
236
252
237
# ####### Fix permissions ########
253
- sudo chmod -R 777 .
238
+ sudo chmod -R 777 .
You can’t perform that action at this time.
0 commit comments