fix credentials for verified group
This commit is contained in:
parent
5eafc85844
commit
012ed9ba0a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stages:
|
|||
paths:
|
||||
- .m2
|
||||
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:
|
||||
<<: *cljs
|
||||
|
|
Loading…
Reference in a new issue