Skip to content

Commit

Permalink
[CT] Fix more paths to depot_tools
Browse files Browse the repository at this point in the history
Bug: skia:8129
Change-Id: I0df46633fa37349292f1673c69da534b7f1e5b33
Reviewed-on: https://skia-review.googlesource.com/139610
Reviewed-by: Ravi Mistry <[email protected]>
Commit-Queue: Ravi Mistry <[email protected]>
  • Loading branch information
rmistry committed Jul 8, 2018
1 parent ef2bae4 commit d185509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ct/py/gclient_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

def _GetGclientPy():
""" Return the path to the gclient.py file. """
return os.path.join('/', 'b', 'depot_tools', 'gclient.py')
return os.path.join('/', 'home', 'chrome-bot', 'depot_tools', 'gclient.py')


GCLIENT_PY = _GetGclientPy()
Expand Down
2 changes: 1 addition & 1 deletion ct/tools/flatten_skps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gsutil_destination=$2

# Make tools.
cd /b/skia-repo/trunk
/b/depot_tools/gclient sync
/home/chrome-bot/depot_tools/gclient sync
make tools

# Make temporary local directory to store SKPs.
Expand Down

0 comments on commit d185509

Please sign in to comment.