Skip to content

Commit 45fa343

Browse files
authored
remove wait time for stable MCR release (#1077)
1 parent 87c9e03 commit 45fa343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/arc-k8s-extension/ServiceGroupRoot/RolloutSpecs/Public.Pilot.RolloutSpec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"name": "PushChartToACR",
2323
"targetType": "ServiceResource",
2424
"targetName": "PushChartToACR-Pilot",
25-
"actions": [ "wait/waitSdpBakeTime", "Shell/PushChartToACR"],
25+
"actions": ["Shell/PushChartToACR"],
2626
"dependsOn": [ ]
2727
}
2828
]

0 commit comments

Comments
 (0)