Use GIT_DEPTH when running builds
This commit is contained in:
parent
666b565168
commit
4b593a0168
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ variables:
|
|||
SIMPLECOV: "true"
|
||||
USE_DB: "true"
|
||||
USE_BUNDLE_INSTALL: "true"
|
||||
GIT_DEPTH: "20"
|
||||
|
||||
before_script:
|
||||
- source ./scripts/prepare_build.sh
|
||||
|
|
Loading…
Reference in a new issue