Skip to content

Commit

Permalink
test: try failing for just a specific ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Sep 3, 2023
1 parent 1c0a6e6 commit 24aeef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws_ec2_environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def bastion_public_ip

log "using bastion with ip #{ip_address}"

ip_address
return ip_address unless RUBY_VERSION.start_with?("3.0")
[]
end

Expand Down

0 comments on commit 24aeef0

Please sign in to comment.