From c0d4127b570217a0b247af6659ba9ce45887b787 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 7 Jun 2022 22:24:57 +0200 Subject: [PATCH] cirrus --- .cirrus.yml | 4 ++-- script/babashka/release_artifact.clj | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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