Skip to content

Commit

Permalink
Delete request-logger path (#4812)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysk24ok authored May 10, 2023
1 parent 7c15575 commit 831a233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/scripts/kind_test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if [[ ${KIND_EXIT_VALUE} -eq 0 ]]; then
fi

echo "Files changed in misc folders:"
git --no-pager diff --exit-code --name-only origin/master ../../components/seldon-request-logger ../../components/storage-initializer ../../components/routers/epsilon-greedy
git --no-pager diff --exit-code --name-only origin/master ../../components/storage-initializer ../../components/routers/epsilon-greedy
MISC_MODIFIED=$?
if [[ $MISC_MODIFIED -gt 0 ]]; then
make kind_build_misc
Expand Down

0 comments on commit 831a233

Please sign in to comment.