File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ stages:
65
65
TEST : lua
66
66
steps :
67
67
- checkout : self
68
- fetchDepth : 1
68
+ fetchDepth : 20
69
69
- template : extra/azure-pipelines/install-neko-snapshot.yaml
70
70
parameters :
71
71
platform : linux64
@@ -134,7 +134,7 @@ stages:
134
134
TEST : lua
135
135
steps :
136
136
- checkout : self
137
- fetchDepth : 1
137
+ fetchDepth : 20
138
138
- template : extra/azure-pipelines/install-neko-snapshot.yaml
139
139
parameters :
140
140
platform : mac
@@ -202,7 +202,7 @@ stages:
202
202
# TEST: lua
203
203
steps :
204
204
- checkout : self
205
- fetchDepth : 1
205
+ fetchDepth : 20
206
206
- template : extra/azure-pipelines/install-neko-snapshot.yaml
207
207
parameters :
208
208
platform : windows
@@ -248,7 +248,7 @@ stages:
248
248
vmImage : ' ubuntu-16.04'
249
249
steps :
250
250
- checkout : self
251
- fetchDepth : 1
251
+ fetchDepth : 20
252
252
- task : DownloadPipelineArtifact@0
253
253
inputs :
254
254
artifactName : ' linuxBinaries'
You can’t perform that action at this time.
0 commit comments