Skip to content

Commit

Permalink
Updated version of ICI; set ROS_DISTRO=false
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Mar 15, 2023
1 parent 5d95bce commit 1a2c1ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
NOT_TEST_BUILD: true
TARGET_CMAKE_ARGS: "-DTESSERACT_ENABLE_CLANG_TIDY=ON -DTESSERACT_ENABLE_TESTING=ON"
env:
ROS_DISTRO: false
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:focal-master
UNDERLAY: /root/tesseract-robotics/tesseract_target_ws/install
PREFIX: ${{ github.repository }}_
Expand Down Expand Up @@ -74,5 +75,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build repository
uses: 'ros-industrial/industrial_ci@master'
uses: 'marip8/industrial_ci@2f4c8ab919f0aafddd514e586325defabd2911ea'
env: ${{ matrix.env }}
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
restore-keys: |
${{ matrix.distro }}-ccache-
- uses: 'ros-industrial/industrial_ci@master'
- name: Build workspace
uses: 'marip8/industrial_ci@2f4c8ab919f0aafddd514e586325defabd2911ea'
env:
ROS_DISTRO: false
DOCKER_IMAGE: ghcr.io/tesseract-robotics/tesseract:${{ matrix.distro }}-master
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: 'ros-industrial/industrial_ci@master'
uses: 'marip8/industrial_ci@2f4c8ab919f0aafddd514e586325defabd2911ea'
env:
ROS_DISTRO: false
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ matrix.distro }}-${{ env.TESSERACT_VERSION }}
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: 'ros-industrial/industrial_ci@master'
uses: 'marip8/industrial_ci@2f4c8ab919f0aafddd514e586325defabd2911ea'
env:
ROS_DISTRO: false
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ matrix.distro }}-master
Expand Down

0 comments on commit 1a2c1ec

Please sign in to comment.