Skip to content
Snippets Groups Projects
Commit f6111820 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6450: fix: use array

parent 8eb3a35c
No related branches found
No related tags found
No related merge requests found
......@@ -635,7 +635,7 @@ Void waitForOzgCloudStackRollout(ozgCloudBezeichner) {
}
Void waitForAdminRollout(String bezeichner) {
waitForOzgCloudStackRollout(bezeichner)
waitForOzgCloudStackRollout([bezeichner])
waitForHealthyApplication(bezeichner, 'administration')
waitForHealthyApplication(bezeichner, 'admin-client')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment