9a6d2c3343
Attempting to see what $USER the buildkite-agent is when it runs.
6 lines
79 B
Bash
6 lines
79 B
Bash
set -euo pipefail
|
|
set -x
|
|
|
|
echo "$USER"
|
|
|
|
/home/wpcarro/.nix-profile/bin/rebuild
|