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

Merge branch 'tpollard/pipelinehostconfig' into 'master'

tests/plugin/pipeline.py: Avoid using host user conf

See merge request !961
parents daca0c01 050cd1bd
No related branches found
No related tags found
1 merge request!961tests/plugin/pipeline.py: Avoid using host user conf
Pipeline #37410657 passed
......@@ -14,7 +14,7 @@ DATA_DIR = os.path.join(
def create_pipeline(tmpdir, basedir, target):
context = Context()
context.load()
context.load(config=os.devnull)
context.deploydir = os.path.join(str(tmpdir), 'deploy')
context.artifactdir = os.path.join(str(tmpdir), 'artifact')
project = Project(basedir, context)
......
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