ashb commented on a change in pull request #4543: [AIRFLOW-3718] Multi-layered
version of the docker image
URL: https://github.com/apache/airflow/pull/4543#discussion_r262138174
##########
File path: scripts/ci/kubernetes/docker/build.sh
##########
@@ -34,7 +34,7 @@ fi
echo "Airflow directory $AIRFLOW_ROOT"
echo "Airflow Docker directory $DIRNAME"
-if [[ ${PYTHON_VERSION} == '3' ]]; then
+if [[ ${PYTHON_VERSION} == 3* ]]; then
Review comment:
Does this mean we actually end up running the kube tests against python 3.6
twice (once for 3.5 and 3.6 in the matrix?)
----------------------------------------------------------------
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