Skip to content

Commit

Permalink
Use short shas
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jul 20, 2024
1 parent c4825fd commit da15998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/pre-receive.bb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
(str/join "\n"))
"> ```"))
(fatal "Health check failed"))
(let [git-interval (str previous-git-sha ".." git-sha)]
(let [git-interval (str (short-sha previous-git-sha) ".." (short-sha git-sha))]
(notify-discord
(str "> __**Deployed [" git-interval "](" gh-repo "/compare/" git-interval ")**__\n"
"> ```\n"
Expand Down

0 comments on commit da15998

Please sign in to comment.