Skip to content

Commit 0337bc4

Browse files
author
Joan Fontanals
authored
fix: test hubapp hubpods fix (#6217)
1 parent 6ddc340 commit 0337bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/jinahub/test_integration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ docker build --build-arg PIP_TAG="[devel]" --build-arg DOCARRAY_VERSION="0.21.0"
44
docker build -f tests/jinahub/hub_mwu/Dockerfile tests/jinahub/hub_mwu -t hubpod:test
55
docker build -f tests/jinahub/Dockerfile tests/jinahub/ -t jinaai/test_hubapp_hubpods
66

7-
if [ "${PWD##*/}" != "jina" ]
7+
if [ "${PWD##*/}" != "serve" ]
88
then
9-
echo "test_integration.sh should only be run from the jina base directory"
9+
echo "test_integration.sh should only be run from the serve base directory"
1010
exit 1
1111
fi
1212

0 commit comments

Comments
 (0)