Fix repo root in restore.sh (#7521)
This commit is contained in:
parent
338de4710a
commit
3bd10a0fdf
|
|
@ -3,5 +3,4 @@
|
|||
set -euo pipefail
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
repo_root="$DIR/../.."
|
||||
"$repo_root/build.sh" --all --restore --no-build "$@"
|
||||
"$DIR/build.sh" --all --restore --no-build "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue