From 42ae6705d774ba634c900bdd7e5d040f80233b3c Mon Sep 17 00:00:00 2001 From: mizonon Date: Fri, 1 Nov 2024 14:09:00 +0900 Subject: [PATCH] =?UTF-8?q?CI=E3=81=AEyml=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E3=82=92jazzy=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/industrial_ci.yml | 2 +- .gitignore | 51 ----------------------------- 2 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 .gitignore diff --git a/.github/workflows/industrial_ci.yml b/.github/workflows/industrial_ci.yml index f9261c6..6c0643d 100644 --- a/.github/workflows/industrial_ci.yml +++ b/.github/workflows/industrial_ci.yml @@ -16,7 +16,7 @@ jobs: env: # テストがワークスペース内のパッケージに依存しているため、setup.bashを読み込む # Ref: https://github.com/ros-industrial/industrial_ci/issues/585 - - { ROS_DISTRO: humble, ROS_REPO: ros, BEFORE_RUN_TARGET_TEST_EMBED: "ici_with_unset_variables source /root/target_ws/install/setup.bash" } + - { ROS_DISTRO: jazzy, ROS_REPO: ros, BEFORE_RUN_TARGET_TEST_EMBED: "ici_with_unset_variables source /root/target_ws/install/setup.bash" } # - { ROS_DISTRO: rolling, ROS_REPO: ros, BEFORE_RUN_TARGET_TEST_EMBED: "ici_with_unset_variables source /root/target_ws/install/setup.bash" } runs-on: ubuntu-latest steps: diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e2a2d15..0000000 --- a/.gitignore +++ /dev/null @@ -1,51 +0,0 @@ -devel/ -logs/ -build/ -bin/ -lib/ -msg_gen/ -srv_gen/ -msg/*Action.msg -msg/*ActionFeedback.msg -msg/*ActionGoal.msg -msg/*ActionResult.msg -msg/*Feedback.msg -msg/*Goal.msg -msg/*Result.msg -msg/_*.py -build_isolated/ -devel_isolated/ - -# Generated by dynamic reconfigure -*.cfgc -/cfg/cpp/ -/cfg/*.py - -# Ignore generated docs -*.dox -*.wikidoc - -# eclipse stuff -.project -.cproject - -# qcreator stuff -CMakeLists.txt.user - -srv/_*.py -*.pcd -*.pyc -qtcreator-* -*.user - -/planning/cfg -/planning/docs -/planning/src - -*~ - -# Emacs -.#* - -# Catkin custom files -CATKIN_IGNORE \ No newline at end of file