ddev / ddev-platformsh

Add integration with Platform.sh hosting service
Apache License 2.0
9 stars 10 forks source link

remove extraneous output from ddev head version #118

Closed rfay closed 11 months ago

rfay commented 11 months ago

The Issue

Recent tests on HEAD have been showing this output on every single command (like all ddev exec) and it breaks some fragile comparisons.

Instrumentation is opted in, but AmplitudeAPIKey is not available. This usually means you have a locally-built ddev binary or one from a PR build. It's not an error. Please report it if you're using an official release build.

How This PR Solves The Issue

Discussion

It looks to me like brew install --HEAD version of ddev/ddev/ddev is showing this on all commands, but that's a bit much. It could only show on ddev start. I think this is a recent regression in ddev or homebrew.