Skip to content

Commit

Permalink
Update dependency tags (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong authored Oct 24, 2022
1 parent 088814d commit 46df97e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bionic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
OS_NAME: ubuntu
OS_CODE_NAME: bionic
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.13
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.14
CCACHE_DIR: ${{ github.workspace }}/${{ env.CI_NAME }}/.ccache
ROS_REPO: main
UNDERLAY: /root//tesseract-robotics/tesseract_target_ws/install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependencies_windows_build.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
- git:
local-name: tesseract
uri: https://github.com/ros-industrial-consortium/tesseract.git
version: 0.13.0
version: 0.14.0
- git:
local-name: trajopt
uri: https://github.com/ros-industrial-consortium/trajopt_ros.git
version: 0.3.0
version: 0.3.1
- git:
local-name: descartes_light
uri: https://github.com/swri-robotics/descartes_light.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/focal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
env:
OS_NAME: ubuntu
OS_CODE_NAME: focal
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.13
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.14
CCACHE_DIR: ${{ github.workspace }}/${{ env.CI_NAME }}/.ccache
ROS_REPO: main
UNDERLAY: /root//tesseract-robotics/tesseract_target_ws/install
Expand Down
2 changes: 1 addition & 1 deletion dependencies.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- git:
local-name: trajopt
uri: https://github.com/tesseract-robotics/trajopt.git
version: 0.3.0
version: 0.3.1
- git:
local-name: descartes_light
uri: https://github.com/swri-robotics/descartes_light.git
Expand Down

0 comments on commit 46df97e

Please sign in to comment.