mik-laj commented on a change in pull request #6501: [AIRFLOW-5831] Prod image
support. Depends on [AIRFLOW-5704] [AIRFLOW-5842] [AIRFLOW-5828]
URL: https://github.com/apache/airflow/pull/6501#discussion_r363074817
##########
File path: .travis.yml
##########
@@ -66,6 +66,10 @@ jobs:
python: "3.6"
stage: test
script: travis_wait 30 "./scripts/ci/ci_run_airflow_testing.sh"
tests.integration.kubernetes
+ - name: "Build PROD image"
+ python: "3.5"
+ stage: test
+ script: ./scripts/ci/local_ci_build_prod_image.sh
Review comment:
Where can I find this script? I can't find it on your branch.
----------------------------------------------------------------
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