Skip to content

Commit ecfc4c1

Browse files
Fix github system test on Ubuntu22 and 24
1 parent 97e1612 commit ecfc4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/resources/cloudwatch/partial/_cloudwatch_install_package_debian.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
action :cloudwatch_install_package do
22
dpkg_package package_path do
33
source package_path
4-
end
4+
end unless on_docker?
55
end
66

77
action_class do

0 commit comments

Comments
 (0)