Skip to content

Commit

Permalink
Add debug log for working directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandiny committed May 16, 2020
1 parent 613da96 commit c4af406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
git_repo.git.checkout(gh_branch)

# Generate metadata
logging.debug("cwd : {}".format(os.getcwd()))
logging.debug(os.listdir())

deb_file_handle = DebFile(filename=deb_file_path)
deb_file_control = deb_file_handle.debcontrol()

Expand Down

0 comments on commit c4af406

Please sign in to comment.