Skip to content
Snippets Groups Projects
Verified Commit 2e0c84f3 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci/ros: try to debug

parent 4d8ad72d
No related branches found
No related tags found
No related merge requests found
Pipeline #25311 passed with warnings
...@@ -30,6 +30,15 @@ jobs: ...@@ -30,6 +30,15 @@ jobs:
with: with:
path: ${{ env.CCACHE_DIR }} path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }} key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
- name: Echo CCACHE_DIR
shell: bash -l {0}
env: ${{ matrix.env }}
run: |
echo CCACHE_DIR=${CCACHE_DIR}
- name: Echo CCACHE_DIR
shell: bash -l {0}
run: |
echo CCACHE_DIR=${CCACHE_DIR}
# Run industrial_ci # Run industrial_ci
- uses: 'ros-industrial/industrial_ci@master' - uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }} env: ${{ matrix.env }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment