This commit is contained in:
jem 2021-05-28 18:00:18 +02:00
parent e5cf4f55d9
commit f2c70d0f86

View file

@ -23,7 +23,7 @@ stages:
paths: paths:
- .m2 - .m2
before_script: before_script:
- mkdir .lein - mkdir -p /root/.lein
- echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}\" }}}}" > ~/.lein/profiles.clj - echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}\" }}}}" > ~/.lein/profiles.clj
.test-cljs: .test-cljs: