You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/08/08 12:28:44 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #5759: [AIRFLOW-5143] Fix for potentially corrupted .jar

potiuk commented on a change in pull request #5759: [AIRFLOW-5143] Fix for potentially corrupted .jar
URL: https://github.com/apache/airflow/pull/5759#discussion_r312007340
 
 

 ##########
 File path: Dockerfile
 ##########
 @@ -226,6 +226,7 @@ RUN \
 if [[ "${APT_DEPS_IMAGE}" == "airflow-apt-deps-ci" ]]; then \
     echo "Downloading RAT from ${RAT_URL} to ${RAT_JAR}" \
     && curl -sL ${RAT_URL} > ${RAT_JAR} \
+    && jar -tf ${RAT_JAR} \
 
 Review comment:
   Added!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services