Add -y flag
This commit is contained in:
parent
7a4fda5161
commit
10bd3e395b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ before_script:
|
||||||
- vcs import < ci_source_deps.repos
|
- vcs import < ci_source_deps.repos
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install --no-install-recommends -y libasio-dev libtinyxml2-dev
|
- apt-get install --no-install-recommends -y libasio-dev libtinyxml2-dev
|
||||||
- apt-get install python3-lttng python3-babeltrace
|
- apt-get install -y python3-lttng python3-babeltrace
|
||||||
- rosdep update
|
- rosdep update
|
||||||
- export RTI_NC_LICENSE_ACCEPTED=yes
|
- export RTI_NC_LICENSE_ACCEPTED=yes
|
||||||
- rosdep install --from-paths . --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers"
|
- rosdep install --from-paths . --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue