ashb commented on a change in pull request #4703: [AIRFLOW-3885] Improve Travis CI cycle time URL: https://github.com/apache/airflow/pull/4703#discussion_r288203590
########## 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: It's perhaps more conventional there but this works fine ``` $ echo "$HOME" /Users/ash $ echo "$HOME"def /Users/ashdef ``` ---------------------------------------------------------------- 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
