Skip to content

Commit e52b209

Browse files
print cmd
1 parent fcefc74 commit e52b209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/ci_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def run(self) -> None:
320320
cmd = self.get_command()
321321
full_cmd = docker_cmd + ['bash', '-c'] + [f'cd {cwd} && {cmd}']
322322

323+
print(' '.join(full_cmd))
323324
_run_and_parse_log(full_cmd)
324325

325326

0 commit comments

Comments
 (0)