Commit 5d5d40d9 authored by Jérome Perrin's avatar Jérome Perrin

testing/check_software: ignore build dir of packages built in-place

parent 3cea76c1
Pipeline #16364 canceled with stage
in 0 seconds
......@@ -98,6 +98,8 @@ def checkSoftware(slap, software_url):
'*/node_modules/puppeteer/*',
# left over of compilation failures
'*/*__compile__/*',
# build dir for packages built in-place
'*/parts/wendelin.core/build/*',
))
software_hash = md5digest(software_url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment