Skip to content

Commit a1e225f

Browse files
committed
Revert testing fork changes
1 parent 10ef1c5 commit a1e225f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ _environments:
482482
executors:
483483
debug_exec:
484484
docker:
485-
- image: ruffsl/navigation2:main.debug
485+
- image: rosplanning/navigation2:main.debug
486486
working_directory: /opt/overlay_ws
487487
environment:
488488
<<: *common_environment
@@ -491,7 +491,7 @@ executors:
491491
UNDERLAY_MIXINS: "release ccache"
492492
release_exec:
493493
docker:
494-
- image: ruffsl/navigation2:main.release
494+
- image: rosplanning/navigation2:main.release
495495
working_directory: /opt/overlay_ws
496496
environment:
497497
<<: *common_environment
@@ -579,13 +579,13 @@ workflows:
579579
branches:
580580
only:
581581
- main
582-
# dockerhub:
583-
# jobs:
584-
# - rebuild_dockerhub
585-
# triggers:
586-
# - schedule:
587-
# cron: "0 7 * * *"
588-
# filters:
589-
# branches:
590-
# only:
591-
# - main
582+
dockerhub:
583+
jobs:
584+
- rebuild_dockerhub
585+
triggers:
586+
- schedule:
587+
cron: "0 7 * * *"
588+
filters:
589+
branches:
590+
only:
591+
- main

0 commit comments

Comments
 (0)