diff --git a/.cirrus.yml b/.cirrus.yml index f4399631..359c15c8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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} diff --git a/script/babashka/release_artifact.clj b/script/babashka/release_artifact.clj index bd6ca26f..09d3ba3f 100644 --- a/script/babashka/release_artifact.clj +++ b/script/babashka/release_artifact.clj @@ -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