From 5fde14b89b373e085489087067158ba262973e67 Mon Sep 17 00:00:00 2001 From: "Felix Exner (fexner)" Date: Wed, 7 Aug 2024 10:02:51 +0200 Subject: [PATCH] remove not-released files (#43) Since gz_ros2_control is now released, we can delete the not-released repos files. --- .github/workflows/rolling-binary-main.yml | 1 - .github/workflows/rolling-binary-testing.yml | 1 - ur_simulation_gz-not-released.rolling.repos | 5 ----- 3 files changed, 7 deletions(-) delete mode 100644 ur_simulation_gz-not-released.rolling.repos diff --git a/.github/workflows/rolling-binary-main.yml b/.github/workflows/rolling-binary-main.yml index 9f0daa8..8a573cb 100644 --- a/.github/workflows/rolling-binary-main.yml +++ b/.github/workflows/rolling-binary-main.yml @@ -19,4 +19,3 @@ jobs: ros_distro: rolling ros_repo: main ref_for_scheduled_build: ros2 - upstream_workspace: ur_simulation_gz-not-released.rolling.repos diff --git a/.github/workflows/rolling-binary-testing.yml b/.github/workflows/rolling-binary-testing.yml index 1520ffe..7582e10 100644 --- a/.github/workflows/rolling-binary-testing.yml +++ b/.github/workflows/rolling-binary-testing.yml @@ -19,4 +19,3 @@ jobs: ros_distro: rolling ros_repo: testing ref_for_scheduled_build: ros2 - upstream_workspace: ur_simulation_gz-not-released.rolling.repos diff --git a/ur_simulation_gz-not-released.rolling.repos b/ur_simulation_gz-not-released.rolling.repos deleted file mode 100644 index 9ec6deb..0000000 --- a/ur_simulation_gz-not-released.rolling.repos +++ /dev/null @@ -1,5 +0,0 @@ -repositories: - gz_ros2_control: - type: git - url: https://github.com/ros-controls/gz_ros2_control.git - version: master