phase1: fix workdir of maketag.sh step
[buildbot.git] / phase1 / master.cfg
index abb5501d455a1f737641075adca1fbe29438d66a..a8d6737682c9a7839dddd0836b32fd7226fa8f05 100644 (file)
@@ -383,7 +383,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")],
-               path = home_dir+'/source.git',
+               workdir = home_dir+'/source.git',
                env = {'GNUPGHOME': gpg_home},
                haltOnFailure = True,
                doStepIf = IsTaggingRequested,