Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Add repro cmd to success branch of build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed Dec 5, 2019
1 parent 02b4d2b commit 8795102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/safe_docker_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def run(self, *args, **kwargs) -> int:
logging.info("Executed command for reproduction:\n\n%s\n", " ".join(sys.argv))
else:
logging.info("Container exited with success 👍")
logging.info("Executed command for reproduction:\n\n%s\n", " ".join(sys.argv))
except Exception as err:
logging.exception(err)
return 150
Expand Down

0 comments on commit 8795102

Please sign in to comment.