We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3beb71f commit 13e16dbCopy full SHA for 13e16db
src/babashka/bbin/git.clj
@@ -23,6 +23,9 @@
23
branch (default-branch client git-url)
24
log-result (sh ["git" "log" "-n" "1" branch "--pretty=format:%H"]
25
{:dir lib-dir})]
26
+ (tap> {'lib-dir lib-dir
27
+ 'branch branch
28
+ 'log-result log-result})
29
(str/trim-newline (:out log-result))))
30
31
(defn find-git-tag [client git-url tag]
0 commit comments