fix credentials for verified group

This commit is contained in:
jem 2021-05-23 12:02:53 +02:00
parent 5eafc85844
commit 012ed9ba0a

View file

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