1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-28 05:01:28 +03:00

git: depth 1, submodules not recursive

This commit is contained in:
David Gauchard
2018-12-11 16:53:11 +01:00
parent 2c45392343
commit 75a83f6e54

View File

@ -6,6 +6,13 @@ cache:
directories: directories:
- $HOME/astyle - $HOME/astyle
git:
depth: 1
submodules: false
before_install:
- git submodule update --init
stages: stages:
- build - build
- deploy - deploy