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
cbaeef2 recently refactored the evergreen configuration file. This subtly introduced some
breakage, because the `env` and `silent` options are not command options, but rather need to
be nested under the `params` key.
I've intentionally left the `silent:` option disabled as this would hide genuinely valuable
debug output otherwise.
This might be a good point to reconsider fixing the evergreen validation warnings that are
displayed in CI; `evergreen validate .evergreen.yml` did catch these issues, but since there
are a large number of existing warnings (around dependencies between tasks), these specific
warnings were drowned out/not visible in the evergreen UI.
0 commit comments