Skip to content

Commit 6ce7590

Browse files
committed
[azure-pipelines] fetchDepth: 20
1 parent fa57afc commit 6ce7590

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ stages:
6565
TEST: lua
6666
steps:
6767
- checkout: self
68-
fetchDepth: 1
68+
fetchDepth: 20
6969
- template: extra/azure-pipelines/install-neko-snapshot.yaml
7070
parameters:
7171
platform: linux64
@@ -134,7 +134,7 @@ stages:
134134
TEST: lua
135135
steps:
136136
- checkout: self
137-
fetchDepth: 1
137+
fetchDepth: 20
138138
- template: extra/azure-pipelines/install-neko-snapshot.yaml
139139
parameters:
140140
platform: mac
@@ -202,7 +202,7 @@ stages:
202202
# TEST: lua
203203
steps:
204204
- checkout: self
205-
fetchDepth: 1
205+
fetchDepth: 20
206206
- template: extra/azure-pipelines/install-neko-snapshot.yaml
207207
parameters:
208208
platform: windows
@@ -248,7 +248,7 @@ stages:
248248
vmImage: 'ubuntu-16.04'
249249
steps:
250250
- checkout: self
251-
fetchDepth: 1
251+
fetchDepth: 20
252252
- task: DownloadPipelineArtifact@0
253253
inputs:
254254
artifactName: 'linuxBinaries'

0 commit comments

Comments
 (0)