Skip to content

Commit

Permalink
fix small errors
Browse files Browse the repository at this point in the history
  • Loading branch information
boddumanohar committed Apr 27, 2021
1 parent da2bc85 commit c578f13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ setup-external-e2e:
mkdir /tmp/csi-nfs
cp ./kubernetes/test/bin/e2e.test /tmp/csi-nfs/e2e.test
rm -r kubernetes
cp ./examples/kubernetes/storageclass-nfs.yaml /tmp/csi-nfs/storageclass.yaml
cp ./deploy/example/storageclass-nfs.yaml /tmp/csi-nfs/storageclass.yaml
cp ./test/e2e-external/testdriver.yaml /tmp/csi-nfs/testdriver.yaml
./deploy/install-driver.sh
kubectl apply -f deploy/example/nfs-provisioner/nfs-server.yaml
Expand Down
1 change: 0 additions & 1 deletion test/e2e-external/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@@
# Kubernetes tests

This directory imports tests from kubernetes/kubernetes and enables:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-external/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 The Kubernetes Authors.
# Copyright 2021 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit c578f13

Please sign in to comment.