Skip to content

Commit

Permalink
Fix wrong script reference (kyma-project#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodziejczak authored Aug 9, 2024
1 parent 6a5a004 commit 1edd15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/custom-domain-gardener.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export PATH="${PATH}:${PWD}"

CLUSTER_NAME=ag-$(echo $RANDOM | md5sum | head -c 7)
export CLUSTER_NAME
./hack/ci/provision-gardener-gh.sh
./hack/ci/provision-gardener.sh

echo "waiting for Gardener to finish shoot reconcile..."
kubectl wait --kubeconfig "${GARDENER_KUBECONFIG}" --for=jsonpath='{.status.lastOperation.state}'=Succeeded --timeout=600s "shoots/${CLUSTER_NAME}"
Expand Down

0 comments on commit 1edd15d

Please sign in to comment.