File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -259,10 +259,12 @@ jobs:
259
259
with :
260
260
node-version : " 16"
261
261
262
+ # The centos container doesn't have Git 2.18.0 or higher
263
+ # so we install git again in this step.
262
264
- name : Install development tools
263
265
run : |
264
266
yum install -y epel-release centos-release-scl
265
- yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3
267
+ yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3 git
266
268
267
269
- name : Install nfpm and envsubst
268
270
run : |
Original file line number Diff line number Diff line change 19
19
"release:prep" : " ./ci/build/release-prep.sh" ,
20
20
"test:e2e" : " VSCODE_IPC_HOOK_CLI= ./ci/dev/test-e2e.sh" ,
21
21
"test:unit" : " ./ci/dev/test-unit.sh --forceExit --detectOpenHandles" ,
22
- "test:integration" : " ./ci/dev/test-integration.sh --forceExit --detectOpenHandles " ,
22
+ "test:integration" : " ./ci/dev/test-integration.sh" ,
23
23
"test:scripts" : " ./ci/dev/test-scripts.sh" ,
24
24
"package" : " ./ci/build/build-packages.sh" ,
25
25
"postinstall" : " ./ci/dev/postinstall.sh" ,
You can’t perform that action at this time.
0 commit comments