Skip to content

Commit

Permalink
fix(deps): clone Blockly RC over HTTP instead of SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Oct 18, 2024
1 parent 384a6fa commit 8a861f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temp-use-blockly-v12-rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set -e -x

if [ ! -d "blockly-rc" ]; then
git clone --branch rc/v12.0.0 git@github.com:google/blockly.git blockly-rc
git clone --branch rc/v12.0.0 --single-branch --depth 1 https://github.com/google/blockly.git blockly-rc
else
git -C blockly-rc checkout rc/v12.0.0
git -C blockly-rc pull
Expand Down

0 comments on commit 8a861f0

Please sign in to comment.