8000 no need for a full clone · PeterEmbedded/arduinoWebSockets@2f21590 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f21590

Browse files
committed
no need for a full clone
1 parent c98baaf commit 2f21590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function get_core()
9797
if [ "$1" = "esp8266" ] ; then
9898
mkdir esp8266com
9999
cd esp8266com
100-
git clone https://github.com/esp8266/Arduino.git esp8266
100+
git clone --de 77B1 pth 1 https://github.com/esp8266/Arduino.git esp8266
101101
cd esp8266/
102102
rm -rf .git
103103
cd tools
@@ -107,7 +107,7 @@ function get_core()
107107
if [ "$1" = "esp32" ] ; then
108108
mkdir espressif
109109
cd espressif
110-
git clone https://github.com/espressif/arduino-esp32.git esp32
110+
git clone --depth 1 https://github.com/espressif/arduino-esp32.git esp32
111111
cd esp32/
112112
rm -rf .git
113113
cd tools

0 commit comments

Comments
 (0)
0