File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 6
6
schedule :
7
7
- cron : ' 0 4 * * *'
8
8
9
+ defaults :
10
+ run :
11
+ shell : bash --noprofile --norc -o pipefail {0}
12
+
9
13
jobs :
10
14
deployment :
11
15
name : deployment
@@ -14,13 +18,13 @@ jobs:
14
18
- uses : actions/checkout@v2
15
19
- name : Install
16
20
run : |
17
- source <(wget -O - https://raw.githubusercontent.com/tue-robotics/tue-env/master/installer/bootstrap.bash) || true
21
+ source <(wget -O - https://raw.githubusercontent.com/tue-robotics/tue-env/master/installer/bootstrap.bash)
22
+ git -C ~/.tue checkout broken_pipe
18
23
tue-get install tue-documentation-github --no-ros-deps --doc-depend
19
24
MSG_PKGS=($(./.ci/get_message_packages.py base_local_planner costmap_2d)) # Skip base_local_planner and costmap_2d as these take too much time
20
25
echo "MSG_PKGS= ${MSG_PKGS[@]}"
21
26
MSG_TARGETS=(${MSG_PKGS[@]/#/ros-})
22
27
tue-get install ros-python_orocos_kdl ${MSG_TARGETS[@]} # Needs to be installed fully as it needs to be build to generate docs
23
- export ROS_PACKAGE_PATH=""
24
28
- name : Script
25
29
run : |
26
30
source ~/.tue/setup.bash
You can’t perform that action at this time.
0 commit comments