Skip to content

Commit d2202f4

Browse files
committed
chore: update timing of recorders in make commands
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
1 parent 4d6e574 commit d2202f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sre/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ create_environment: deploy_tools deploy_applications ## Deploys tools and applic
103103
destroy_environment: undeploy_applications undeploy_tools ## Undeploys tools and applications to cluster
104104

105105
.PHONY: start_incident
106-
start_incident: create_environment inject_incident_fault deploy_recorders ## Starts an incident by deploying a stack, applications, faults, and recorders for an incident
106+
start_incident: create_environment deploy_recorders inject_incident_fault ## Starts an incident by deploying a stack, applications, faults, and recorders for an incident
107107

108108
.PHONY: stop_incident
109109
stop_incident: undeploy_recorders remove_incident_fault destroy_environment ## Stops an incident by undeploying a stack, applications, faults, and recorders for an incident

0 commit comments

Comments
 (0)