Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit cb97999

Browse files
committed
Remove no-op variables
Signed-off-by: Devin Bonnie <[email protected]>
1 parent c88de72 commit cb97999

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build_and_test_release_latest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
extra_cmake_args: ""
3333
container:
3434
image: rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-ros-base-latest
35-
outputs:
36-
build_result: ${{ steps.build.outcome }}
37-
test_result: ${{ steps.test.outcome }}
3835
steps:
3936
# TODO(setup-ros-docker#7): calling chown is necessary for now
4037
- run: sudo chown -R rosbuild:rosbuild "$HOME" .

0 commit comments

Comments
 (0)