Skip to content
Snippets Groups Projects

Use GIT_DEPTH for builds

Merged Kamil Trzcińśki requested to merge use-git-depth into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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