Allows reading username and password from $CLOJARS_USERNAME and $CLOJARS_PASSWORD even when [:exec-args :repository] is set in the deps.edn alias.
If the user has defined several repositories for some reason, behaviour is somewhat unspecified; the first one returned by keys will be used (this mirrors the existing behaviour).
Allows reading username and password from
$CLOJARS_USERNAME
and$CLOJARS_PASSWORD
even when[:exec-args :repository]
is set in the deps.edn alias.If the user has defined several repositories for some reason, behaviour is somewhat unspecified; the first one returned by
keys
will be used (this mirrors the existing behaviour).Fixes #59