./dev/ci/e2e.sh prints CI password into logs
Created by: felixfbecker
As we file flaky CI builds, we often copy and paste CI logs into GitHub. It is very dangerous to have those logs print credentials like our DockerHub password, as it's easy to accidentally copy that into a GitHub issue comment.
The script is set to print all commands with variables evaluated, which prints the value of DOCKER_PASSWORD.