cirrus
This commit is contained in:
parent
f0a9e2b88c
commit
c0d4127b57
2 changed files with 3 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ task:
|
|||
script/uberjar
|
||||
script/compile
|
||||
|
||||
script/test
|
||||
script/run_lib_tests
|
||||
# script/test
|
||||
# script/run_lib_tests
|
||||
|
||||
VERSION=$(cat resources/BABASHKA_VERSION)
|
||||
arch=${BABASHKA_ARCH:-amd64}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
(let [ght (System/getenv "GITHUB_TOKEN")
|
||||
_ (println "Github token found")
|
||||
file (first args)
|
||||
_ (println "File" file)
|
||||
branch (current-branch)
|
||||
_ (println "On branch:" branch)
|
||||
current-version
|
||||
|
|
|
|||
Loading…
Reference in a new issue