Skip to content

Commit

Permalink
Updated to version of ICI with VCS shallow cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Nov 6, 2023
1 parent d2b11de commit e0585ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build repository
uses: 'tesseract-robotics/industrial_ci@2f4c8ab919f0aafddd514e586325defabd2911ea'
uses: 'tesseract-robotics/industrial_ci@0109bf3523050402490b56e19c9554e7d7c5379f'
env: ${{ matrix.env }}
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
${{ matrix.distro }}-ccache-
- name: Build workspace
uses: 'tesseract-robotics/industrial_ci@2f4c8ab919f0aafddd514e586325defabd2911ea'
uses: 'tesseract-robotics/industrial_ci@0109bf3523050402490b56e19c9554e7d7c5379f'
env:
ADDITIONAL_DEBS: 'taskflow libompl-dev'
ROS_DISTRO: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
fi
- name: Build repository
uses: 'tesseract-robotics/industrial_ci@2f4c8ab919f0aafddd514e586325defabd2911ea'
uses: 'tesseract-robotics/industrial_ci@0109bf3523050402490b56e19c9554e7d7c5379f'
env:
ADDITIONAL_DEBS: 'taskflow libompl-dev'
ROS_DISTRO: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build repository
uses: 'tesseract-robotics/industrial_ci@2f4c8ab919f0aafddd514e586325defabd2911ea'
uses: 'tesseract-robotics/industrial_ci@0109bf3523050402490b56e19c9554e7d7c5379f'
env:
ADDITIONAL_DEBS: 'taskflow libompl-dev'
ROS_DISTRO: false
Expand Down

0 comments on commit e0585ac

Please sign in to comment.