add sudo to cp

This commit is contained in:
Your Name 2021-05-29 17:52:18 +00:00
parent d494cd909e
commit 557c62e32a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_too
cipd install infra/goma/client/linux-amd64 -root $PWD/goma
cat "nomatter" >$PWD/.debug_auth_file
cp bromite-buildtools/goma_auth.py $PWD/goma/
sudo cp $PWD/bromite-buildtools/goma_auth.py $PWD/goma/
export GOMA_SERVER_HOST=127.0.0.1
export GOMA_SERVER_PORT=5050