Include binary size in msg
This commit is contained in:
parent
c01700c9c7
commit
11b066ae70
1 changed files with 5 additions and 3 deletions
|
|
@ -23,17 +23,19 @@
|
|||
(when (= "true" (System/getenv "BABASHKA_STATIC"))
|
||||
"-static")))
|
||||
|
||||
(def release-text (format "[%s - %s@%s]: https://%s-201467090-gh.circle-artifacts.com/0/release/babashka-%s-%s.tar.gz"
|
||||
(def release-text (format "[%s - %s@%s - %s]: https://%s-201467090-gh.circle-artifacts.com/0/release/babashka-%s-%s.tar.gz"
|
||||
platform
|
||||
(System/getenv "CIRCLE_BRANCH")
|
||||
(System/getenv "CIRCLE_SHA1")
|
||||
(slurp (io/file "/tmp/bb_size/size"))
|
||||
(System/getenv "CIRCLE_BUILD_NUM")
|
||||
babashka-version
|
||||
platform))
|
||||
platform
|
||||
))
|
||||
|
||||
(slack! release-text)
|
||||
|
||||
(def binary-size-text
|
||||
#_#_(def binary-size-text
|
||||
(format "[%s - %s@%s] binary size: %s"
|
||||
platform
|
||||
(System/getenv "CIRCLE_BRANCH")
|
||||
|
|
|
|||
Loading…
Reference in a new issue