ashb commented on a change in pull request #4938: [AIRFLOW-4117] Multi-staging
Image - Travis CI tests [Step 3/3]
URL: https://github.com/apache/airflow/pull/4938#discussion_r299378764
##########
File path: scripts/ci/kubernetes/minikube/start_minikube.sh
##########
@@ -41,11 +39,10 @@ case "${_UNAME_OUT}" in
esac
echo "Local OS is ${_MY_OS}"
-export MINIKUBE_WANTUPDATENOTIFICATION=false
export MINIKUBE_WANTREPORTERRORPROMPT=false
export CHANGE_MINIKUBE_NONE_USER=true
-cd $_MY_DIR
+cd ${_MY_DIR}
Review comment:
```suggestion
cd "${_MY_DIR}"
```
while we are changing the line anyway. That or don't change the line :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services