Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build/check-copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ do
|| $FILE == *".tsx" \
|| $FILE == *"Dockerfile" \
|| $FILE == *"Makefile" \
|| $FILE == *".mk" \
|| $FILE == *"Dockerfile.prow" \
|| $FILE == *"Makefile.prow" \
|| $FILE == *".gitignore" \
Expand Down
1 change: 1 addition & 0 deletions test/e2e/e2e-test.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright Contributors to the Open Cluster Management project
export KUBECONFIG := ${HOME}/.kube/config

export HUB_NAME := ${PROJECT_NAME}-e2e-test-hub
Expand Down
1 change: 1 addition & 0 deletions test/integration-test.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright Contributors to the Open Cluster Management project
TEST_TMP :=/tmp

export KUBEBUILDER_ASSETS ?=$(TEST_TMP)/kubebuilder/bin
Expand Down