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:
parent
ee0657c292
commit
5b3a1011e2
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
source_up
|
source_up
|
||||||
|
|
||||||
export PATH="${PWD}/bin:${PATH}"
|
export PATH="${PWD}/bin:${PATH}"
|
||||||
|
export REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||||
export WPCARRO="${REPO_ROOT}/users/wpcarro"
|
export WPCARRO="${REPO_ROOT}/users/wpcarro"
|
||||||
|
|
Loading…
Reference in a new issue