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.
1 parent 0c50e70 commit d8b17e7Copy full SHA for d8b17e7
hack/test-integration.sh
@@ -26,13 +26,6 @@ if [[ "$(id -u)" = "0" ]]; then
26
fi
27
28
29
-# This is a temporary workaround for https://github.com/AkihiroSuda/gomodjail/issues/50
30
-# FIXME: remove this once above has been fixed.
31
-if command -v nerdctl.gomodjail >/dev/null 2>&1; then
32
- # We do not care that it fails or succeeds - just need gomodjail to unpack once.
33
- nerdctl.gomodjail info >/dev/null 2>&1 || true
34
-fi
35
-
36
readonly timeout="60m"
37
readonly retries="2"
38
readonly needsudo="${WITH_SUDO:-}"
0 commit comments