Skip to content

Commit 561cf13

Browse files
committed
add a logger
1 parent 2c08a4e commit 561cf13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/ci_context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ impl CiContext {
3434
base_ref,
3535
base_sha: _,
3636
} => {
37+
println!("Working repository is in {}", self.repo.path().display());
3738
// Only handle squash or rebase-like merges.
3839
// Skip simple merge commits (2+ parents) and fast-forward merges (merge commit == head).
3940
let merge_commit = self.repo.find_commit(merge_commit_sha.clone())?;

0 commit comments

Comments
 (0)