purple-plastic-57801
07/10/2023, 10:47 PMbuild_file_dir()
symbol in BUILD files.. is there one for like project root?purple-plastic-57801
07/10/2023, 10:47 PMthird_party/balena
run_shell_command(
name="login",
command="XDG_CONFIG_DIRS=${CHROOT}:$XDG_CONFIG_DIRS {chroot}/balena-cli/balena login --web",
workdir="/",
execution_dependencies=[":balena-at-root"],
)
I'd like workdir to always be the root of the project.purple-plastic-57801
07/10/2023, 10:49 PM/
specify the BUILD root?