Debug $USER in build-socrates.sh
Attempting to see what $USER the buildkite-agent is when it runs.
This commit is contained in:
parent
d56b2210cd
commit
9a6d2c3343
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
echo "$PATH"
|
echo "$USER"
|
||||||
|
|
||||||
/home/wpcarro/.nix-profile/bin/rebuild
|
/home/wpcarro/.nix-profile/bin/rebuild
|
||||||
|
|
Loading…
Reference in a new issue