Skip to content

Commit c4af406

Browse files
committed
Add debug log for working directory path
1 parent 613da96 commit c4af406

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
git_repo.git.checkout(gh_branch)
8484

8585
# Generate metadata
86+
logging.debug("cwd : {}".format(os.getcwd()))
87+
logging.debug(os.listdir())
88+
8689
deb_file_handle = DebFile(filename=deb_file_path)
8790
deb_file_control = deb_file_handle.debcontrol()
8891

0 commit comments

Comments
 (0)