Skip to content

Commit

Permalink
fix typo in .gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 6, 2024
1 parent bc1309f commit 20a8991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variables:
VCS_IMPORT_FILE: .repos # Relative filepath to file containing additional repos to install via vcstools (only relevant if ENABLE_RECURSIVE_VCS_IMPORT=false)
ENABLE_RECURSIVE_VCS_IMPORT: 'true' # Enable recursive discovery of files named `*.repos`
ENABLE_CONTINUE_ROSDEP_INSTALL_DESPITE_ERRORS: 'false' # Enable `rosdep install -r`
ENABLE_CONTINUE_BUILD_DESPITE_ERRORS 'false' # Enable `catkin build --continue-on-failure` / `colcon build --continue-on-error`
ENABLE_CONTINUE_BUILD_DESPITE_ERRORS: 'false' # Enable `catkin build --continue-on-failure` / `colcon build --continue-on-error`
# -----
DOCKER_ROS_GIT_REF: main

Expand Down

0 comments on commit 20a8991

Please sign in to comment.