Skip to content

Commit

Permalink
Unset AFTER_INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Mar 15, 2023
1 parent 1a2c1ec commit 1607041
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:focal-master
UNDERLAY: /root/tesseract-robotics/tesseract_target_ws/install
PREFIX: ${{ github.repository }}_
AFTER_INIT: ''
UPSTREAM_WORKSPACE: 'dependencies.rosinstall'
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
ROSDEP_SKIP_KEYS: "fcl opw_kinematics ros_industrial_cmake_boilerplate iwyu octomap catkin"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
DOCKER_IMAGE: ghcr.io/tesseract-robotics/tesseract:${{ matrix.distro }}-master
ROSDEP_SKIP_KEYS: "fcl opw_kinematics ros_industrial_cmake_boilerplate iwyu octomap catkin"
CCACHE_DIR: ${{ github.workspace }}/${{ matrix.distro }}/.ccache
AFTER_INIT: ''
UPSTREAM_WORKSPACE: 'dependencies.rosinstall'
DOWNSTREAM_WORKSPACE: 'github:tesseract-robotics/tesseract_ros#master github:tesseract-robotics/tesseract_python#master'
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
UNDERLAY: /root/tesseract-robotics/tesseract_target_ws/install
CCACHE_DIR: ${{ github.workspace }}/${{ matrix.distro }}/.ccache
PREFIX: ${{ github.repository }}_
AFTER_INIT: ''
UPSTREAM_WORKSPACE: dependencies.rosinstall
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
ROSDEP_SKIP_KEYS: "fcl opw_kinematics ros_industrial_cmake_boilerplate iwyu octomap catkin"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unstable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/${{ matrix.distro }}/.ccache
UNDERLAY: /root/tesseract-robotics/tesseract_target_ws/install
PREFIX: ${{ github.repository }}_
AFTER_INIT: ''
UPSTREAM_WORKSPACE: dependencies.rosinstall
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
ROSDEP_SKIP_KEYS: "fcl opw_kinematics ros_industrial_cmake_boilerplate iwyu octomap catkin"
Expand Down

0 comments on commit 1607041

Please sign in to comment.