You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should have precedence. The code performs a (merge environ/env env), so the environment argument should take precedence. If it's not, something is going weirdly wrong.
In a new project, let's create this task:
and add this test
It works fine until environment variable
CONFIG_PATH
is declared.Shouldn't binding in deftask
(environ :env {:config-path "path-test.edn"})
have precedence over environment variable?The text was updated successfully, but these errors were encountered: