Skip to content

Commit

Permalink
fix(ci): Fetch depth set to 999, default 20 to short.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed May 24, 2022
1 parent a18ae0e commit 41c26b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ stages:

test:
variables:
GIT_STRATEGY: clone
GIT_DEPTH: 999
stage: test
image: mcr.microsoft.com/dotnet/sdk:6.0
script:
- dotnet restore
- dotnet test

build:
stage: build
rules:
Expand Down

0 comments on commit 41c26b0

Please sign in to comment.