phase1: fix bad argument to MasterShellCommand()
authorJo-Philipp Wich <jo@mein.io>
Mon, 6 Feb 2017 13:03:43 +0000 (14:03 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 6 Feb 2017 13:03:43 +0000 (14:03 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg

index d7529bd0c2ff16c7c421d4c0d0a6282838a5fa3a..992e01eef2924fa5651bc44c9bb9f313284c7ff7 100644 (file)
@@ -389,7 +389,7 @@ for target in targets:
                description = "Tagging Git repository",
                command = [home_dir+'/maketag.sh', '-i', '-k', str(gpg_keyid or ''),
                           '-p', str(gpg_passfile or ''), '-v', WithProperties("%(tag:-)s")],
-               workdir = home_dir+'/source.git',
+               path = home_dir+'/source.git',
                env = {'GNUPGHOME': gpg_home},
                haltOnFailure = True,
                doStepIf = IsTaggingRequested,