-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Emerson Knapp <[email protected]>
- Loading branch information
1 parent
39cc900
commit 59691ee
Showing
2 changed files
with
1 addition
and
11 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 |
---|---|---|
|
@@ -10,8 +10,6 @@ jobs: | |
container: | ||
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest | ||
steps: | ||
# TODO(setup-ros-docker#7): calling chown is necessary for now | ||
- run: sudo chown -R rosbuild:rosbuild "$HOME" . | ||
- uses: actions/checkout@v2 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
|
@@ -33,8 +31,6 @@ jobs: | |
container: | ||
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest | ||
steps: | ||
# TODO(setup-ros-docker#7): calling chown is necessary for now | ||
- run: sudo chown -R rosbuild:rosbuild "$HOME" . | ||
- uses: actions/checkout@v2 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
|
@@ -62,8 +58,6 @@ jobs: | |
container: | ||
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest | ||
steps: | ||
# TODO(setup-ros-docker#7): calling chown is necessary for now | ||
- run: sudo chown -R rosbuild:rosbuild "$HOME" . | ||
- uses: actions/checkout@v2 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
|
@@ -88,8 +82,6 @@ jobs: | |
matrix: | ||
linter: [pep257, flake8] | ||
steps: | ||
# TODO(setup-ros-docker#7): calling chown is necessary for now | ||
- run: sudo chown -R rosbuild:rosbuild "$HOME" . | ||
- uses: actions/checkout@v2 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -15,9 +15,7 @@ jobs: | |
container: | ||
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest | ||
steps: | ||
# TODO(setup-ros-docker#7): calling chown is necessary for now | ||
- run: sudo chown -R rosbuild:rosbuild "$HOME" . | ||
- uses: ros-tooling/[email protected] | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
package-name: | | ||
ros2bag | ||
|