Skip to content

Commit 9f630c3

Browse files
committed
remove debug output
1 parent 833b562 commit 9f630c3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/job/job.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,6 @@ def run_job_docker_compose(self, c):
681681
c.execute(['docker-compose', '-f', compose_file_new, 'ps'], env=self.environment, cwd=cwd, show=True)
682682
c.execute(['get_compose_exit_code.sh', compose_file_new], env=self.environment, cwd=cwd, show=True)
683683
except:
684-
m = traceback.format_exc()
685-
c.collect(m, show=True)
686684
raise Failure("Failed to build and run container")
687685
finally:
688686
c.header("Finalize", show=True)

0 commit comments

Comments
 (0)