Skip to content

Commit

Permalink
one time
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Nov 1, 2023
1 parent 53746cc commit 068a691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/test/devtools-tests/download-depot-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ set -euo pipefail
if command -v fetch &> /dev/null
then
echo "depot_tools already installed"
exit 0
rm -rf $DEPOT_TOOLS_PATH
# exit 0
fi

git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git "$DEPOT_TOOLS_PATH"

0 comments on commit 068a691

Please sign in to comment.