From 33ed87f471cb73f0d9cef98d87bc5226b79c029c Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 2 Feb 2015 14:54:34 +0000 Subject: Pass the correct thing to BuildArtifactPublisher --- mason/tests/artifact_upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mason/tests/artifact_upload.py b/mason/tests/artifact_upload.py index 11a7968..8dd6abc 100644 --- a/mason/tests/artifact_upload.py +++ b/mason/tests/artifact_upload.py @@ -133,7 +133,7 @@ class Runner(mason.runners.JobRunner): @mason.util.job_step def _publish_build_artifacts(self): publisher = mason.publishers.BuildArtifactPublisher( - self.config, self.defs_repo) + self.config, self.defs_checkout) publisher.publish_build_artifacts() @mason.util.job_step -- cgit v1.2.1