release
This commit is contained in:
parent
9698ddae61
commit
05223adf7e
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
(System/getenv "APPVEYOR_REPO_BRANCH")
|
||||
(System/getenv "CIRCLE_BRANCH")
|
||||
(System/getenv "GITHUB_REF_NAME")
|
||||
(System/getenv "CIRRUS_BRANCH")
|
||||
(-> (sh "git" "rev-parse" "--abbrev-ref" "HEAD")
|
||||
:out
|
||||
str/trim)))
|
||||
|
|
@ -17,6 +18,7 @@
|
|||
_ (println "Github token found")
|
||||
file (first args)
|
||||
branch (current-branch)
|
||||
_ (println "On branch:" branch)
|
||||
current-version
|
||||
(-> (slurp "resources/BABASHKA_VERSION")
|
||||
str/trim)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue