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/05/26 10:45:01 UTC

[GitHub] [airflow] nvtkaszpir commented on a change in pull request #4703: [AIRFLOW-3885] Improve Travis CI cycle time

nvtkaszpir commented on a change in pull request #4703: [AIRFLOW-3885] Improve Travis CI cycle time
URL: https://github.com/apache/airflow/pull/4703#discussion_r287591828
 
 

 ##########
 File path: scripts/ci/6-check-license.sh
 ##########
 @@ -17,13 +16,29 @@
 # limitations under the License.
 #
 
+declare -r RAT_VERSION=0.12
+declare -r URL="http://repo1.maven.org/maven2/org/apache/rat/apache-rat/${RAT_VERSION}/apache-rat-${RAT_VERSION}.jar"
 
-acquire_rat_jar () {
+declare -r TMP_DIR=/tmp
+declare -r rat_jar="${TMP_DIR}"/lib/apache-rat-${RAT_VERSION}.jar
 
 Review comment:
   I believe double quote after TMP_DIR var should be at the end of the line.

----------------------------------------------------------------
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