Skip to content
Snippets Groups Projects
Commit 74d14923 authored by Jonathan Maw's avatar Jonathan Maw
Browse files

Fix error when instantiating the IntegrationCache

parent 31a6463f
No related branches found
No related tags found
No related merge requests found
Pipeline #44787317 passed
......@@ -58,6 +58,7 @@ class IntegrationCache():
# Use the same sources every time
self.sources = os.path.join(cache, 'sources')
os.makedirs(cache, exist_ok=True)
# Create a temp directory for the duration of the test for
# the artifacts directory
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment