Skip to content

Commit

Permalink
Merge ff96319 into fc507b6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Nov 26, 2020
2 parents fc507b6 + ff96319 commit 0e3cad0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lighthouse-core/test/chromium-web-tests/download-devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ if [ -d "$DEVTOOLS_PATH" ]
then
echo "Directory $DEVTOOLS_PATH already exists."
cd "$DEVTOOLS_PATH"

# Update to keep current
git pull -f origin master
gclient sync

exit 0
fi

Expand All @@ -27,4 +32,4 @@ cd devtools-frontend
gclient sync
gn gen out/Default

set +x
set +x

0 comments on commit 0e3cad0

Please sign in to comment.