You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ros/install.bash
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,5 +28,7 @@ mkdir -p "$TUE_SYSTEM_DIR"
28
28
if [ !-f"$TUE_SYSTEM_DIR"/devel/setup.bash ]
29
29
then
30
30
[[ -z"${TUE_ROS_VERSION}" ]] && { tue-install-warning "tue-env variable TUE_ROS_VERSION is not set. This will not be allowed in the future.\nSetting TUE_ROS_VERSION=1 temporarily."; }
31
-
TUE_ROS_VERSION=1 tue-make || tue-install-error "Error in building the system workspace"
31
+
[[ "$CI"=="true" ]] && status_args=" --no-status"
32
+
# shellcheck disable=SC2086
33
+
TUE_ROS_VERSION=1 tue-make${status_args}|| tue-install-error "Error in building the system workspace"
0 commit comments