mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
Fix/snap (#141)
* fix(snap): build snap using explicitly pulled dependency * ci(snap): add snap workflow * feat(CI): snap publication channel depending on tags * fix(CI): push tagged snap to candidate instead of stable * fix(snap): use MICROROSAGENT_SUPERBUILD
This commit is contained in:
@@ -24,4 +24,4 @@ if [ -n "$p2p_port" ]; then
|
||||
set -- --p2p "$p2p_port" "$@"
|
||||
fi
|
||||
|
||||
exec "$SNAP/lib/micro_ros_agent/micro_ros_agent" "$transport" "$@"
|
||||
exec "$SNAP/opt/ros/snap/lib/micro_ros_agent/micro_ros_agent" "$transport" "$@"
|
||||
|
||||
Reference in New Issue
Block a user