feat(wpcarro/envrc): Add REPO_ROOT

Some commit removed this, and I didn't notice.

Change-Id: I6686282fd3c0d2569120b5687ecdfdc04367fe1e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6864
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-10-04 10:55:45 -07:00 committed by clbot
parent ee0657c292
commit 5b3a1011e2

View file

@ -1,3 +1,5 @@
source_up
export PATH="${PWD}/bin:${PATH}"
export REPO_ROOT=$(git rev-parse --show-toplevel)
export WPCARRO="${REPO_ROOT}/users/wpcarro"