Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from jina-ai/test-ci
Browse files Browse the repository at this point in the history
feat: add test-uses
  • Loading branch information
hanxiao authored Sep 7, 2020
2 parents 3e994de + 057ba48 commit 128d45d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests/EmptyExecutor/manifest.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.5
version: 0.6
2 changes: 1 addition & 1 deletion .github/workflows/tests/ImageReader/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ author: Jina AI Dev-Team (dev-team@jina.ai)
url: https://jina.ai
vendor: Jina AI Limited
documentation: https://github.com/jina-ai/jina-hub
version: 0.0.5
version: 0.0.6
license: apache-2.0
keywords: [Some keywords to describe the executor, separated by commas]
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
echo "targets to build: $FILES"
for TAR_PATH in $FILES
do
if jina hub build $TAR_PATH --pull --prune-images --test-uses --raise-error; then
if jina hub build $TAR_PATH --pull --prune-images --test-uses --raise-error --daemon; then
SUCCESS_TARGETS+=("$TAR_PATH")
else
FAILED_TARGETS+=("$TAR_PATH")
Expand Down

0 comments on commit 128d45d

Please sign in to comment.