39
39
uses : actions/checkout@v3
40
40
with :
41
41
ref : ${{ inputs.git_ref }}
42
- submodules : " recursive"
43
42
- name : Generate publish metadata
44
43
id : generate-publish-metadata
45
44
run : make ci-generate-publish-metadata
57
56
uses : actions/checkout@v3
58
57
with :
59
58
ref : ${{ inputs.git_ref }}
60
- submodules : " recursive"
61
59
- name : Bootstrap runner environment (Ubuntu-specific)
62
60
run : sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
63
61
- name : Bootstrap runner environment (generic)
83
81
uses : actions/checkout@v3
84
82
with :
85
83
ref : ${{ inputs.git_ref }}
86
- submodules : " recursive"
87
84
- name : Bootstrap runner environment (Ubuntu-specific)
88
85
run : sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
89
86
- name : Bootstrap runner environment (generic)
@@ -109,7 +106,6 @@ jobs:
109
106
uses : actions/checkout@v3
110
107
with :
111
108
ref : ${{ inputs.git_ref }}
112
- submodules : " recursive"
113
109
- name : Bootstrap runner environment (Ubuntu-specific)
114
110
run : sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
115
111
- name : Bootstrap runner environment (generic)
@@ -137,7 +133,6 @@ jobs:
137
133
uses : actions/checkout@v3
138
134
with :
139
135
ref : ${{ inputs.git_ref }}
140
- submodules : " recursive"
141
136
- name : Bootstrap runner environment (Ubuntu-specific)
142
137
run : sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
143
138
- name : Bootstrap runner environment (generic)
@@ -165,7 +160,6 @@ jobs:
165
160
uses : actions/checkout@v3
166
161
with :
167
162
ref : ${{ inputs.git_ref }}
168
- submodules : " recursive"
169
163
- name : Bootstrap runner environment (Ubuntu-specific)
170
164
run : sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
171
165
- name : Bootstrap runner environment (generic)
@@ -193,7 +187,6 @@ jobs:
193
187
uses : actions/checkout@v3
194
188
with :
195
189
ref : ${{ inputs.git_ref }}
196
- submodules : " recursive"
197
190
- name : Bootstrap runner environment (Ubuntu-specific)
198
191
run : sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
199
192
- name : Bootstrap runner environment (generic)
@@ -221,7 +214,6 @@ jobs:
221
214
uses : actions/checkout@v3
222
215
with :
223
216
ref : ${{ inputs.git_ref }}
224
- submodules : " recursive"
225
217
- name : Bootstrap runner environment (macOS-specific)
226
218
run : bash scripts/environment/bootstrap-macos-10.sh
227
219
- name : Build Vector
@@ -252,7 +244,6 @@ jobs:
252
244
uses : actions/checkout@v3
253
245
with :
254
246
ref : ${{ inputs.git_ref }}
255
- submodules : " recursive"
256
247
- name : Bootstrap runner environment (Windows-specific)
257
248
run : .\scripts\environment\bootstrap-windows-2019.ps1
258
249
- name : Install Wix
@@ -320,11 +311,6 @@ jobs:
320
311
uses : actions/checkout@v3
321
312
with :
322
313
ref : ${{ inputs.git_ref }}
323
- # Workaround for older OS images
324
- # https://github.com/actions/checkout/issues/758
325
- - name : Checkout submodules
326
- run : |
327
- git submodule update --init --recursive
328
314
- name : Download staged package artifacts (x86_64-unknown-linux-gnu)
329
315
uses : actions/download-artifact@v3
330
316
with :
@@ -381,7 +367,6 @@ jobs:
381
367
uses : actions/checkout@v3
382
368
with :
383
369
ref : ${{ inputs.git_ref }}
384
- submodules : " recursive"
385
370
- name : Download staged package artifacts (x86_64-unknown-linux-gnu)
386
371
uses : actions/download-artifact@v3
387
372
with :
@@ -409,7 +394,6 @@ jobs:
409
394
uses : actions/checkout@v3
410
395
with :
411
396
ref : ${{ inputs.git_ref }}
412
- submodules : " recursive"
413
397
- name : Download staged package artifacts (x86_64-apple-darwin)
414
398
uses : actions/download-artifact@v3
415
399
with :
@@ -440,7 +424,6 @@ jobs:
440
424
uses : actions/checkout@v3
441
425
with :
442
426
ref : ${{ inputs.git_ref }}
443
- submodules : " recursive"
444
427
- name : Login to DockerHub
445
428
uses : docker/login-action@v2.1.0
446
429
with :
@@ -516,7 +499,6 @@ jobs:
516
499
uses : actions/checkout@v3
517
500
with :
518
501
ref : ${{ inputs.git_ref }}
519
- submodules : " recursive"
520
502
- name : Download staged package artifacts (aarch64-unknown-linux-gnu)
521
503
uses : actions/download-artifact@v3
522
504
with :
@@ -588,7 +570,6 @@ jobs:
588
570
uses : actions/checkout@v3
589
571
with :
590
572
ref : ${{ inputs.git_ref }}
591
- submodules : " recursive"
592
573
- name : Download staged package artifacts (aarch64-unknown-linux-gnu)
593
574
uses : actions/download-artifact@v3
594
575
with :
@@ -649,7 +630,6 @@ jobs:
649
630
uses : actions/checkout@v3
650
631
with :
651
632
ref : ${{ inputs.git_ref }}
652
- submodules : " recursive"
653
633
- name : Publish update to Homebrew tap
654
634
env :
655
635
GITHUB_TOKEN : ${{ secrets.GH_PACKAGE_PUBLISHER_TOKEN }}
@@ -675,7 +655,6 @@ jobs:
675
655
uses : actions/checkout@v3
676
656
with :
677
657
ref : ${{ inputs.git_ref }}
678
- submodules : " recursive"
679
658
- name : Download staged package artifacts (aarch64-unknown-linux-gnu)
680
659
uses : actions/download-artifact@v3
681
660
with :
0 commit comments