mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
hack/prepare-release.sh: fix name of one e2e test file
This commit is contained in:
parent
b0c52fe28f
commit
e5d83d031b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue