This commit is contained in:
Michiel Borkent 2022-06-07 22:24:57 +02:00
parent f0a9e2b88c
commit c0d4127b57
2 changed files with 3 additions and 2 deletions

View file

@ -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}

View file

@ -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