d56b2210cd
- 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!
6 lines
79 B
Bash
6 lines
79 B
Bash
set -euo pipefail
|
|
set -x
|
|
|
|
echo "$PATH"
|
|
|
|
/home/wpcarro/.nix-profile/bin/rebuild
|