don't set depth
on git submodule update
This commit is contained in:
parent
d09f49b377
commit
1f5583b433
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ before_install:
|
|||
- export PATH=${PREFIX}/bin:$(pwd)/mason_packages/.link/bin:${PATH}
|
||||
- export COVERAGE=${COVERAGE:-false}
|
||||
- export BENCH=${BENCH:-false}
|
||||
- git_submodule_update --init --depth=10
|
||||
- git_submodule_update --init
|
||||
|
||||
install:
|
||||
- on 'osx' export DATA_PATH=$(brew --prefix)/var/postgres
|
||||
|
|
Loading…
Reference in a new issue