Skip to content

Commit 22ed283

Browse files
committed
ci/ros: remove useless lines
1 parent 6dcd87b commit 22ed283

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ros_ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ jobs:
3030
with:
3131
path: ${{ env.CCACHE_DIR }}
3232
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
33-
- name: Echo CCACHE_DIR
34-
shell: bash -l {0}
35-
env: ${{ matrix.env }}
36-
run: |
37-
echo CCACHE_DIR=${CCACHE_DIR}
38-
- name: Echo CCACHE_DIR
39-
shell: bash -l {0}
40-
run: |
41-
echo CCACHE_DIR=${CCACHE_DIR}
4233
# Run industrial_ci
4334
- uses: 'ros-industrial/industrial_ci@6a8f546cbd31fbd5c9f77e3409265c8b39abc3d6'
4435
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)