Skip to content

Commit

Permalink
fixing path to template check file
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Nov 8, 2023
1 parent 9a451c8 commit d9e1b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/minikube_e2e_tests_inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export KUBEBUILDER_ASSETS=/container_workspace/testbin/bin
./"${KREW}" install krew
)

source ci/template_check.sh
source build/template_check.sh

export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
export PATH="/bins:$PATH"
Expand Down

0 comments on commit d9e1b15

Please sign in to comment.