kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.24k stars 4.87k forks source link

CI: Fix Cloud Shell not saving to DB #19524

Closed spowelljr closed 1 month ago

spowelljr commented 1 month ago

GOPOGH_DB_PATH is of the form user=abcde database=12345, without wrapping the assignment in quotes everything after the space gets removed and causes an error. Wrapping all the assignments in quotes to fix the issue.

k8s-ci-robot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: medyagh, spowelljr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes/minikube/blob/master/OWNERS)~~ [medyagh,spowelljr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment