Skip to content

Commit 4aef43c

Browse files
matzewdhaiducek
andcommitted
Update build/acm.mk
Co-authored-by: Dale Haiducek <[email protected]>
1 parent 48467e7 commit 4aef43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/acm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ acm-mce-install:
3737
' sourceNamespace: openshift-marketplace' \
3838
| oc apply -f -
3939
@echo "Waiting for MCE operator CSV to be ready..."
40-
@for i in $$(seq 1 60); do \
40+
@for i in {1..60}; do \
4141
if oc get csv -n multicluster-engine -o name 2>/dev/null | grep -q multicluster-engine; then \
4242
echo "MCE CSV found, waiting for Succeeded phase..."; \
4343
oc wait --for=jsonpath='{.status.phase}'=Succeeded csv -l operators.coreos.com/multicluster-engine.multicluster-engine -n multicluster-engine --timeout=300s && break; \

0 commit comments

Comments
 (0)