From 9a3e90d0d616b4e50da5cf23c2de8c282663dc17 Mon Sep 17 00:00:00 2001 From: Jakub Delicat Date: Tue, 14 Nov 2023 08:06:48 +0100 Subject: [PATCH] ignored ros2_controllers during Industrial CI Signed-off-by: Jakub Delicat --- .github/workflows/industrial_ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/industrial_ci.yaml b/.github/workflows/industrial_ci.yaml index ad5f6cf1..c3a83c0d 100644 --- a/.github/workflows/industrial_ci.yaml +++ b/.github/workflows/industrial_ci.yaml @@ -39,6 +39,7 @@ jobs: - name: Clone installation requirements shell: bash run: python3 -m pip install -U vcstool && vcs import . < ./rosbot/rosbot_hardware.repos && vcs import . < ./rosbot/rosbot_simulation.repos + && touch ros2_controllers/COLCON_IGNORE - uses: ros-industrial/industrial_ci@master env: ROS_DISTRO: ${{matrix.ROS_DISTRO}}