Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Jul 2, 2021
1 parent 039ca7f commit fbddd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,15 +436,15 @@ _environments:
executors:
debug_exec:
docker:
- image: ghcr.io/ros-planning/navigation2:main
- image: ghcr.io/ruffsl/navigation2:main
working_directory: /opt/overlay_ws
environment:
<<: *common_environment
CACHE_NONCE: "Debug"
OVERLAY_MIXINS: "debug ccache coverage-gcc"
release_exec:
docker:
- image: ghcr.io/ros-planning/navigation2:main
- image: ghcr.io/ruffsl/navigation2:main
working_directory: /opt/overlay_ws
environment:
<<: *common_environment
Expand Down

0 comments on commit fbddd72

Please sign in to comment.