We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa6c0c commit fa8f0ebCopy full SHA for fa8f0eb
dev/check-licensing.sh
@@ -33,6 +33,7 @@ if [ -z "${SOURCE_PACKAGE}" ]; then
33
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
34
PROJECT_ROOT="${BASE_DIR}/../"
35
cd ${PROJECT_ROOT}
36
+ ls
37
38
RUN_RAT="java -jar ${rat_jar} -E ${PROJECT_ROOT}/dev/.rat-excludes -d ${PROJECT_ROOT} > rat/rat-results.txt"
39
else
0 commit comments