From afe95d198e7f5eb6fe610bc0a9770ae62feb2418 Mon Sep 17 00:00:00 2001 From: ShotaAk Date: Thu, 24 Aug 2023 15:33:49 +0900 Subject: [PATCH] Delete .ci.rosinstall to fix ign_ros2_controll installation in CI. --- .ci.rosinstall | 4 ---- .github/workflows/industrial_ci.yml | 3 --- 2 files changed, 7 deletions(-) delete mode 100644 .ci.rosinstall diff --git a/.ci.rosinstall b/.ci.rosinstall deleted file mode 100644 index 693f054..0000000 --- a/.ci.rosinstall +++ /dev/null @@ -1,4 +0,0 @@ -- git: - uri: https://github.com/ros-controls/gz_ros2_control.git - local-name: gz_ros2_control - version: master diff --git a/.github/workflows/industrial_ci.yml b/.github/workflows/industrial_ci.yml index deef03c..f9261c6 100644 --- a/.github/workflows/industrial_ci.yml +++ b/.github/workflows/industrial_ci.yml @@ -9,9 +9,6 @@ on: - '**.md' workflow_dispatch: -env: - UPSTREAM_WORKSPACE: .ci.rosinstall - jobs: industrial_ci: strategy: