We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddc340 commit 0337bc4Copy full SHA for 0337bc4
tests/jinahub/test_integration.sh
@@ -4,9 +4,9 @@ docker build --build-arg PIP_TAG="[devel]" --build-arg DOCARRAY_VERSION="0.21.0"
4
docker build -f tests/jinahub/hub_mwu/Dockerfile tests/jinahub/hub_mwu -t hubpod:test
5
docker build -f tests/jinahub/Dockerfile tests/jinahub/ -t jinaai/test_hubapp_hubpods
6
7
-if [ "${PWD##*/}" != "jina" ]
+if [ "${PWD##*/}" != "serve" ]
8
then
9
- 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"
10
exit 1
11
fi
12
0 commit comments