Skip to content
Snippets Groups Projects
Commit 6b575da0 authored by Administrator's avatar Administrator
Browse files

Fix rebase check

Increase the depth of the shallow clone done by GitLab.
If the number of commits is larger than the depth, the head of the
upstream/master is not in the history otherwise.
This fixes a problem of !399.
parent 19e02e79
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -8,7 +8,7 @@ stages:
RebaseCheck:
stage: checkRepository
variables:
GIT_DEPTH: 100
GIT_DEPTH: 200
image: alpine
tags:
- docker
......@@ -41,7 +41,7 @@ RebaseCheck:
LinearHistCheck:
stage: checkRepository
variables:
GIT_DEPTH: 100
GIT_DEPTH: 200
image: alpine
tags:
- docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment