We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6330f19 commit eda52c4Copy full SHA for eda52c4
zorg/buildbot/builders/annotated/fuchsia-linux.py
@@ -26,7 +26,7 @@ def step(step_name, halt_on_fail=False):
26
util.report('@@@STEP_EXCEPTION@@@')
27
28
29
-def run_command(cmd, directory='.'):
+def run_command(cmd, directory=os.getcwd()):
30
util.report_run_cmd(cmd, cwd=directory)
31
32
0 commit comments