File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ jobs:
16
16
os :
17
17
- amazonlinux-2
18
18
- centos-8
19
- - debian-9
19
+ - debian-11
20
20
- fedora-34
21
21
- oraclelinux-8
22
22
- ubuntu-2004
23
+ - ubuntu-2204
23
24
workstation_version :
24
25
- ' 21.3.346'
25
26
- ' 21.11.679'
43
44
os : ${{ matrix.os }}
44
45
env :
45
46
KITCHEN_LOCAL_YAML : kitchen.dokken.yml
46
-
Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ platforms:
25
25
driver :
26
26
image : dokken/centos-8
27
27
pid_one_command : /usr/lib/systemd/systemd
28
- - name : debian-9
28
+ - name : debian-11
29
29
driver :
30
- image : dokken/debian-9
30
+ image : dokken/debian-11
31
+ pid_one_command : /bin/systemd
31
32
intermediate_instructions :
32
33
- RUN /usr/bin/apt-get update -qq
33
- - name : fedora-34
34
+ - name : fedora-34
34
35
driver :
35
36
image : dokken/fedora-34
36
37
pid_one_command : /usr/lib/systemd/systemd
@@ -44,6 +45,12 @@ platforms:
44
45
pid_one_command : /bin/systemd
45
46
intermediate_instructions :
46
47
- RUN /usr/bin/apt-get update -qq
48
+ - name : ubuntu-22.04
49
+ driver :
50
+ image : dokken/ubuntu-22.04
51
+ pid_one_command : /bin/systemd
52
+ intermediate_instructions :
53
+ - RUN /usr/bin/apt-get update -qq
47
54
48
55
suites :
49
56
- name : default
Original file line number Diff line number Diff line change 3
3
maintainer_email 'alvaro@faundez.net'
4
4
license 'MIT'
5
5
description 'Installs/Configures node-build'
6
- version '1.0.3 '
6
+ version '1.0.4 '
7
7
8
8
issues_url 'https://github.com/afaundez/node-build-cookbook/issues'
9
9
source_url 'https://github.com/afaundez/node-build-cookbook'
17
17
supports 'oracle'
18
18
supports 'ubuntu'
19
19
20
- depends 'git' , '~> 10 .0.0'
20
+ depends 'git' , '~> 12 .0.0'
Original file line number Diff line number Diff line change 95
95
it { should exist }
96
96
end
97
97
98
- describe command ( "bash -c \" cd #{ node_build_home } && git rev-parse HEAD\" " ) do
98
+ describe command ( "bash -c \" git config --global --add safe.directory #{ node_build_home } && cd #{ node_build_home } && git rev-parse HEAD\" " ) do
99
99
its ( :stderr ) { should eq '' }
100
100
its ( :stdout ) { should eq "d6a05a7d598dc2ef2f0e5fbccac5123f12eed61e\n " }
101
101
end
You can’t perform that action at this time.
0 commit comments