Skip to content

Commit

Permalink
ci: increase git cloning depth to 100 (paritytech#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabreal authored and gavofyork committed Dec 24, 2019
1 parent ef45136 commit a05f285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ image: parity/rust-builder:latest

variables:
GIT_STRATEGY: fetch
GIT_DEPTH: 3
GIT_DEPTH: 100
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
CI_SERVER_NAME: "GitLab CI"
Expand Down

0 comments on commit a05f285

Please sign in to comment.