2021-04-21 09:47:46 +00:00
|
|
|
{:paths ["script"]
|
|
|
|
|
:deps {borkdude/gh-release-artifact
|
2021-04-20 22:10:59 +00:00
|
|
|
#_{:local/root "../gh-release-artifact"}
|
|
|
|
|
{:git/url "https://github.com/borkdude/gh-release-artifact"
|
2022-05-29 20:58:09 +00:00
|
|
|
:sha "cf082df46a648178d1904e9cbcb787d8136a35c6"}
|
|
|
|
|
babashka/.build {:git/url "https://github.com/babashka/.build"
|
|
|
|
|
:git/sha "1ce87f4960fea14f4d1248052e585e6027555d33"}}
|
|
|
|
|
:tasks {:requires ([scripts.short-ci :as short])
|
|
|
|
|
release-artifact babashka.release-artifact/release
|
2022-06-07 19:37:25 +00:00
|
|
|
short-ci {:task (do (alter-var-root (var short/config) assoc :skip-if-only [(re-pattern ".*")])
|
|
|
|
|
(apply short/main *command-line-args*))}}}
|