Create oai_rules_result.txt expected by CI

This commit is contained in:
Robert Schmidt
2022-08-29 17:39:37 +02:00
parent 5ec8a11ec9
commit 89a71a10e0

View File

@@ -202,4 +202,9 @@ do
done
rm -f header-files-w-incorrect-define-tmp.txt
# in this script we previously produced a list of files that were not properly
# formatted. At the time of this MR, the Jenkinsfile expects this file, so
# we simply produce an empty file
touch ./oai_rules_result.txt
exit 0