Skip to content

Commit

Permalink
CIのymlファイルをjazzyに対応
Browse files Browse the repository at this point in the history
  • Loading branch information
mizonon committed Nov 1, 2024
1 parent 70274bb commit 42ae670
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
51 changes: 0 additions & 51 deletions .gitignore

This file was deleted.

0 comments on commit 42ae670

Please sign in to comment.