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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue