Skip to content
Snippets Groups Projects
Commit 82e971ef authored by Jürg Billeter's avatar Jürg Billeter
Browse files

Merge branch 'juerg/remote-execution' into 'master'

element.py: Pass bare_directory also to SandboxRemote()

See merge request !928
parents 9c2f9bf7 3788e701
No related branches found
No related tags found
Loading
Pipeline #35447444 passed
......@@ -2180,6 +2180,7 @@ class Element(Plugin):
stderr=stderr,
config=config,
server_url=self.__remote_execution_url,
bare_directory=bare_directory,
allow_real_directory=False)
yield sandbox
......
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