Skip to content

Commit

Permalink
(actions)[TEMP] use ci_ros2 of CI tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Sep 7, 2023
1 parent d584f14 commit fbaf55b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
fetch-depth: 300
- name: Commit Range
id: commit-range
uses: tue-robotics/tue-env/ci/commit-range@master
uses: tue-robotics/tue-env/ci/commit-range@ci_ros2
- name: Modified packages
id: modified-packages
uses: tue-robotics/tue-env/ci/modified-packages@master
uses: tue-robotics/tue-env/ci/modified-packages@ci_ros2
with:
commit-range: ${{ steps.commit-range.outputs.commit-range }}
tue-ci:
Expand All @@ -30,7 +30,7 @@ jobs:
package: ${{ fromJson(needs.matrix.outputs.packages) }}
steps:
- name: TUe CI
uses: tue-robotics/tue-env/ci/main@master
uses: tue-robotics/tue-env/ci/main@ci_ros2
with:
image: ghcr.io/tue-robotics/tue-env-ros-humble
package: ${{ matrix.package }}

0 comments on commit fbaf55b

Please sign in to comment.