-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ika-rwth-aachen/fix/rosdep-no-ros-base-image
Fix rosdep install for non-ROS base images
- Loading branch information
Showing
3 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,7 @@ jobs: | |
docker-ros: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: ika-rwth-aachen/[email protected].3 | ||
- uses: ika-rwth-aachen/[email protected].5 | ||
with: | ||
base-image: rwthika/ros2:humble | ||
command: ros2 run my_pkg my_node | ||
|
@@ -110,7 +110,7 @@ jobs: | |
```yml | ||
include: | ||
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.2.3/.gitlab-ci/docker-ros.yml | ||
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.2.5/.gitlab-ci/docker-ros.yml | ||
|
||
variables: | ||
BASE_IMAGE: rwthika/ros2:humble | ||
|
@@ -129,7 +129,7 @@ jobs: | |
docker-ros: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: ika-rwth-aachen/[email protected].3 | ||
- uses: ika-rwth-aachen/[email protected].5 | ||
with: | ||
base-image: rwthika/ros2:humble | ||
command: ros2 run my_pkg my_node | ||
|
@@ -142,7 +142,7 @@ jobs: | |
```yml | ||
include: | ||
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.2.3/.gitlab-ci/docker-ros.yml | ||
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.2.5/.gitlab-ci/docker-ros.yml | ||
|
||
variables: | ||
BASE_IMAGE: rwthika/ros2:humble | ||
|
@@ -162,7 +162,7 @@ jobs: | |
docker-ros: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: ika-rwth-aachen/[email protected].3 | ||
- uses: ika-rwth-aachen/[email protected].5 | ||
with: | ||
base-image: rwthika/ros2:humble | ||
command: ros2 run my_pkg my_node | ||
|
@@ -176,7 +176,7 @@ jobs: | |
```yml | ||
include: | ||
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.2.3/.gitlab-ci/docker-ros.yml | ||
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.2.5/.gitlab-ci/docker-ros.yml | ||
|
||
variables: | ||
BASE_IMAGE: rwthika/ros2:humble | ||
|
@@ -197,7 +197,7 @@ jobs: | |
docker-ros: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: ika-rwth-aachen/[email protected].3 | ||
- uses: ika-rwth-aachen/[email protected].5 | ||
with: | ||
base-image: rwthika/ros2:humble | ||
command: ros2 run my_pkg my_node | ||
|
@@ -210,7 +210,7 @@ jobs: | |
```yml | ||
include: | ||
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.2.3/.gitlab-ci/docker-ros.yml | ||
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.2.5/.gitlab-ci/docker-ros.yml | ||
|
||
variables: | ||
BASE_IMAGE: rwthika/ros2:humble | ||
|
@@ -234,7 +234,7 @@ jobs: | |
platform: [amd64, arm64] | ||
runs-on: [self-hosted, "${{ matrix.platform }}"] | ||
steps: | ||
- uses: ika-rwth-aachen/[email protected].3 | ||
- uses: ika-rwth-aachen/[email protected].5 | ||
with: | ||
base-image: rwthika/ros2:humble | ||
command: ros2 run my_pkg my_node | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters