Skip to content

Commit

Permalink
Tidy-ed
Browse files Browse the repository at this point in the history
  • Loading branch information
linguini-dev committed Oct 7, 2024
1 parent 47d47fe commit ce1f098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/publiccloud/check_registercloudguest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ sub test_container_runtimes {
my $image = "registry.suse.com/bci/bci-base:latest";

record_info('Install docker');
$instance->ssh_script_output("sudo rm /root/.docker/config.json"); # workaround for https://bugzilla.suse.com/show_bug.cgi?id=1231185
$instance->ssh_script_output("sudo rm /root/.docker/config.json"); # workaround for https://bugzilla.suse.com/show_bug.cgi?id=1231185
$instance->ssh_script_output("sudo zypper install -y docker");
record_info('Test docker');
$instance->ssh_script_output("sudo systemctl start docker.service");
Expand Down

0 comments on commit ce1f098

Please sign in to comment.