Attempting to see what $USER the buildkite-agent is when it runs.
- using `set -euo pipefail` for setting recommended failure-modes - using `set -x` and `echo "$PATH"` to debug my failing build Sidenote: I find BuildKite's documentation quite helpful!
Let's see what happens...