Skip to content

Commit 341219d

Browse files
authored
Move registry cleanup back to realclean (#1498)
Removing the registry in regular clean does bad things to the developer workflow because while iterating on changes the entire release has to be re-mirrored each time. Those who want to wipe their entire environment between runs have the realclean option available.
1 parent d4178c7 commit 341219d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ocp_run:
5656
gather:
5757
./must_gather.sh
5858

59-
clean: ocp_cleanup ironic_cleanup proxy_cleanup host_cleanup assisted_deployment_cleanup agent_cleanup registry_cleanup oc_mirror_cleanup
59+
clean: ocp_cleanup ironic_cleanup proxy_cleanup host_cleanup assisted_deployment_cleanup agent_cleanup oc_mirror_cleanup
6060

6161
assisted_deployment_cleanup:
6262
./assisted_deployment.sh delete_all
@@ -70,7 +70,7 @@ ironic_cleanup:
7070
host_cleanup:
7171
./host_cleanup.sh
7272

73-
realclean: clean cache_cleanup workingdir_cleanup podman_cleanup
73+
realclean: clean cache_cleanup workingdir_cleanup podman_cleanup registry_cleanup
7474

7575
cache_cleanup:
7676
./cache_cleanup.sh

0 commit comments

Comments
 (0)