Skip to content

Commit 13e16db

Browse files
committed
debug
1 parent 3beb71f commit 13e16db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/babashka/bbin/git.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
branch (default-branch client git-url)
2424
log-result (sh ["git" "log" "-n" "1" branch "--pretty=format:%H"]
2525
{:dir lib-dir})]
26+
(tap> {'lib-dir lib-dir
27+
'branch branch
28+
'log-result log-result})
2629
(str/trim-newline (:out log-result))))
2730

2831
(defn find-git-tag [client git-url tag]

0 commit comments

Comments
 (0)