File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -o nounset
1919set -o pipefail
2020
2121# shellcheck disable=SC1090
22- source " $( GOFLAGS= ' -mod=mod ' go run knative.dev/hack/cmd/script codegen-library.sh) "
22+ source " $( go run knative.dev/hack/cmd/script codegen-library.sh) "
2323
2424USAGE=$( cat << EOF
2525Add boilerplate.<ext>.txt to all .<ext> files missing it in a directory.
Original file line number Diff line number Diff line change 1616
1717
1818# shellcheck disable=SC1090
19- source " $( GOFLAGS= ' -mod=mod ' go run knative.dev/hack/cmd/script release.sh) "
19+ source " $( go run knative.dev/hack/cmd/script release.sh) "
2020
2121declare -A COMPONENTS
2222COMPONENTS=(
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -o nounset
1919set -o pipefail
2020
2121# shellcheck disable=SC1090
22- source " $( GOFLAGS= ' -mod=mod ' go run knative.dev/hack/cmd/script codegen-library.sh) "
22+ source " $( go run knative.dev/hack/cmd/script codegen-library.sh) "
2323
2424echo " === Update Codegen for ${MODULE_NAME} "
2525
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ set -o nounset
1919set -o pipefail
2020
2121# shellcheck disable=SC1090
22- source " $( GOFLAGS= ' -mod=mod ' go run knative.dev/hack/cmd/script library.sh) "
22+ source " $( go run knative.dev/hack/cmd/script library.sh) "
2323
2424go_update_deps " $@ "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -o nounset
1919set -o pipefail
2020
2121# shellcheck disable=SC1090
22- source " $( GOFLAGS= ' -mod=mod ' go run knative.dev/hack/cmd/script library.sh) "
22+ source " $( go run knative.dev/hack/cmd/script library.sh) "
2323
2424" ${REPO_ROOT_DIR} " /hack/update-codegen.sh
2525
Original file line number Diff line number Diff line change 2626export DISABLE_MD_LINTING=1
2727
2828# shellcheck disable=SC1090
29- source " $( GOFLAGS= ' -mod=mod ' go run knative.dev/hack/cmd/script presubmit-tests.sh) "
29+ source " $( go run knative.dev/hack/cmd/script presubmit-tests.sh) "
3030
3131# TODO(mattmoor): integration tests
3232
You can’t perform that action at this time.
0 commit comments