export variable
This commit is contained in:
parent
73b806dbd2
commit
7e64ce5dd1
1 changed files with 3 additions and 1 deletions
|
|
@ -183,7 +183,9 @@ java -jar \"$jar\" --config .build/bb.edn --deps-root . release-artifact \"$refl
|
||||||
{:persist_to_workspace {:root "/tmp"
|
{:persist_to_workspace {:root "/tmp"
|
||||||
:paths ["release"]}}
|
:paths ["release"]}}
|
||||||
(run "Run tests" "script/test\nscript/run_lib_tests")
|
(run "Run tests" "script/test\nscript/run_lib_tests")
|
||||||
(run "Release + publish" "BABASHKA_PUBLISH=true .circleci/script/release")
|
(run "Release + publish"
|
||||||
|
(str/join "\n" ["export BABASHKA_RELEASE=true"
|
||||||
|
".circleci/script/release"]))
|
||||||
{:save_cache
|
{:save_cache
|
||||||
{:paths ["~/.m2" "~/graalvm"]
|
{:paths ["~/.m2" "~/graalvm"]
|
||||||
:key cache-key}}
|
:key cache-key}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue