Skip to content

Commit 84028fa

Browse files
authored
Merge pull request #694 from b4ldr/fix_ipv6
remove unroutable ipv6 config
2 parents 037048f + c1f2ade commit 84028fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

moduleroot/.github/workflows/ci.yml.erb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ jobs:
8383
-%>
8484
name: <%= name.join(' - ') %>
8585
steps:
86-
- name: Enable IPv6 on docker
87-
run: |
88-
echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
89-
sudo service docker restart
9086
- uses: actions/checkout@v2
9187
- name: Setup ruby
9288
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)