mik-laj commented on pull request #10767: URL: https://github.com/apache/airflow/pull/10767#issuecomment-687951833
@ephraimbuddy I fixed this tests. docker-in-docker causes various problems. I personally install gcloud locally in such a situation. You can do it in three steps. ``` rm $(command -v gcloud) curl http://sdk.cloud.google.com | CLOUDSDK_CORE_DISABLE_PROMPTS=1 bash - source /root/google-cloud-sdk/path.bash.inc ``` ---------------------------------------------------------------- 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]
