Commit fbf95687 authored by James Lamb's avatar James Lamb Committed by Nikita Titov
Browse files

[ci] reduced number of commits cloned to CI environments (#2495)

* reduced number of commits cloned to CI environments

* changed clone depth for CI to 5 commits
parent 465d1262
......@@ -10,7 +10,7 @@ environment:
- COMPILER: MSVC
- COMPILER: MINGW
clone_depth: 50
clone_depth: 5
install:
- git submodule update --init --recursive # get `compute` folder
......
......@@ -2,6 +2,7 @@ language: cpp
git:
submodules: true
depth: 5
os:
- linux
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment