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:
@ -6,6 +6,13 @@ cache:
|
||||
directories:
|
||||
- $HOME/astyle
|
||||
|
||||
git:
|
||||
depth: 1
|
||||
submodules: false
|
||||
|
||||
before_install:
|
||||
- git submodule update --init
|
||||
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
|
Reference in New Issue
Block a user