Skip to content

Commit

Permalink
Merge pull request #60 from marrts/fix/prefix_docker_build
Browse files Browse the repository at this point in the history
Added a prefix for build workspace
  • Loading branch information
marrts committed Jul 14, 2023
2 parents adacfea + 2169cae commit f7147aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
DOCKER_IMAGE: "ros:${{ matrix.distro }}"
PARALLEL_TESTS: false
NOT_TEST_BUILD: true
PREFIX: ${{ github.repository }}_
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"
BEFORE_RUN_TARGET_TEST_EMBED: "source /root/target_ws/install/local_setup.bash"
Expand Down

0 comments on commit f7147aa

Please sign in to comment.