potiuk 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_r299554933
##########
File path: scripts/ci/kubernetes/minikube/start_minikube.sh
##########
@@ -74,6 +71,7 @@ fi
export PATH="${_MY_DIR}/bin:$PATH"
if [[ "${USE_MINIKUBE_DRIVER_NONE:-}" = "true" ]]; then
+ # TODO: Change this it should be Travis-independent
Review comment:
See the comment 2 lines below - this is a hack for minikube with none driver
to run it on Travis. I hope we can finally (with @gerardo help) make it
CI-independent (and then we should delete the hack).
----------------------------------------------------------------
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