Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I read in the logs that the $DOCKER_USERNAME and $DOCKER_PASSWORD were printed out as: +docker login -u [secure] -p [secure] But, since this is a feature of travis rather than the script, let's avoid the risk of exposing secrets in logs by moving down the `set +x` call further.
- Loading branch information