Skip to content

Commit 41c26b0

Browse files
fix(ci): Fetch depth set to 999, default 20 to short.
Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
1 parent a18ae0e commit 41c26b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ stages:
77

88
test:
99
variables:
10-
GIT_STRATEGY: clone
10+
GIT_DEPTH: 999
1111
stage: test
1212
image: mcr.microsoft.com/dotnet/sdk:6.0
1313
script:
1414
- dotnet restore
1515
- dotnet test
16-
16+
1717
build:
1818
stage: build
1919
rules:

0 commit comments

Comments
 (0)