Skip to content

Commit

Permalink
Merge pull request #1151 from marquiz/devel/hack
Browse files Browse the repository at this point in the history
hack/prepare-release.sh: fix name of one e2e test file
  • Loading branch information
k8s-ci-robot committed Apr 18, 2023
2 parents b0c52fe + e5d83d0 commit 8592f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if [ -z "$no_patching" ]; then
echo Patching test/e2e/node_feature_discovery.go flag defaults to registry.k8s.io/nfd/node-feature-discovery and $release
sed -e s'!"nfd\.repo",.*,!"nfd.repo", "registry.k8s.io/nfd/node-feature-discovery",!' \
-e s"!\"nfd\.tag\",.*,!\"nfd.tag\", \"$release\",!" \
-i test/e2e/node_feature_discovery.go
-i test/e2e/node_feature_discovery_test.go
fi

#
Expand Down

0 comments on commit 8592f3e

Please sign in to comment.