Skip to content

Commit

Permalink
fix: test hubapp hubpods fix (#6217)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM authored Nov 4, 2024
1 parent 6ddc340 commit 0337bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/jinahub/test_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ docker build --build-arg PIP_TAG="[devel]" --build-arg DOCARRAY_VERSION="0.21.0"
docker build -f tests/jinahub/hub_mwu/Dockerfile tests/jinahub/hub_mwu -t hubpod:test
docker build -f tests/jinahub/Dockerfile tests/jinahub/ -t jinaai/test_hubapp_hubpods

if [ "${PWD##*/}" != "jina" ]
if [ "${PWD##*/}" != "serve" ]
then
echo "test_integration.sh should only be run from the jina base directory"
echo "test_integration.sh should only be run from the serve base directory"
exit 1
fi

Expand Down

0 comments on commit 0337bc4

Please sign in to comment.