Skip to content

Commit 20a8991

Browse files
committed
fix typo in .gitlab-ci
1 parent bc1309f commit 20a8991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci/docker-ros.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ variables:
4343
VCS_IMPORT_FILE: .repos # Relative filepath to file containing additional repos to install via vcstools (only relevant if ENABLE_RECURSIVE_VCS_IMPORT=false)
4444
ENABLE_RECURSIVE_VCS_IMPORT: 'true' # Enable recursive discovery of files named `*.repos`
4545
ENABLE_CONTINUE_ROSDEP_INSTALL_DESPITE_ERRORS: 'false' # Enable `rosdep install -r`
46-
ENABLE_CONTINUE_BUILD_DESPITE_ERRORS 'false' # Enable `catkin build --continue-on-failure` / `colcon build --continue-on-error`
46+
ENABLE_CONTINUE_BUILD_DESPITE_ERRORS: 'false' # Enable `catkin build --continue-on-failure` / `colcon build --continue-on-error`
4747
# -----
4848
DOCKER_ROS_GIT_REF: main
4949

0 commit comments

Comments
 (0)