We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0f07ea + da73ec3 commit f6f1e19Copy full SHA for f6f1e19
Jenkinsfile
@@ -38,6 +38,7 @@ void preBuildCheck() {
38
}
39
40
// our VMs sometime disable bridge traffic. this should help to restore it.
41
+ sh 'sudo modprobe br_netfilter'
42
sh 'sudo sh -c "echo 1 > /proc/sys/net/bridge/bridge-nf-call-iptables"'
43
44
// install local version of golangci-lint and gotestsum
0 commit comments