We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48467e7 commit 4aef43cCopy full SHA for 4aef43c
build/acm.mk
@@ -37,7 +37,7 @@ acm-mce-install:
37
' sourceNamespace: openshift-marketplace' \
38
| oc apply -f -
39
@echo "Waiting for MCE operator CSV to be ready..."
40
- @for i in $$(seq 1 60); do \
+ @for i in {1..60}; do \
41
if oc get csv -n multicluster-engine -o name 2>/dev/null | grep -q multicluster-engine; then \
42
echo "MCE CSV found, waiting for Succeeded phase..."; \
43
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