diff --git a/hack/e2e-debug.sh b/hack/e2e-debug.sh index b2bc01bccd6..46fae985f37 100755 --- a/hack/e2e-debug.sh +++ b/hack/e2e-debug.sh @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -export GO111MODULE=on - source $(dirname "$0")/../test/e2e-common.sh test_name="$1" diff --git a/hack/verify-codegen.sh b/hack/verify-codegen.sh index 6b7f1dcc71a..a2c8523da4a 100755 --- a/hack/verify-codegen.sh +++ b/hack/verify-codegen.sh @@ -18,8 +18,6 @@ set -o errexit set -o nounset set -o pipefail -export GO111MODULE=on - source $(dirname $0)/../vendor/knative.dev/hack/library.sh readonly TMP_DIFFROOT="$(mktemp -d ${REPO_ROOT_DIR}/tmpdiffroot.XXXXXX)" diff --git a/test/e2e-common.sh b/test/e2e-common.sh index 96970bd35f1..dcf42af5bf3 100755 --- a/test/e2e-common.sh +++ b/test/e2e-common.sh @@ -18,8 +18,6 @@ # shellcheck disable=SC1090 -export GO111MODULE=on - source "$(dirname "${BASH_SOURCE[0]}")/../vendor/knative.dev/hack/e2e-tests.sh" # If gcloud is not available make it a no-op, not an error.