Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed Oct 3, 2023
1 parent 839e090 commit 5ff3515
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testsuite/features/support/kubernetes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,3 @@ def running_k3s?
_out, code = get_target('server').run_local('systemctl is-active k3s', check_errors: false)
code.zero?
end

def is_running_k3s?()
_out, code = get_target('server').run_local("systemctl is-active k3s", check_errors: false)
code.zero?
end

0 comments on commit 5ff3515

Please sign in to comment.