8000 ci: remove unexisting needs in cd.yml by JoanFM · Pull Request #3512 · jina-ai/serve · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ci: remove unexisting needs in cd.yml #3512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ jobs:
fail_ci_if_error: false

docker-image-test:
needs: [commit-lint, code-injection]
runs-on: ubuntu-latest
services:
registry:
Expand Down Expand Up @@ -255,7 +254,6 @@ jobs:

hub-test:
runs-on: ubuntu-latest
needs: [commit-lint, lint-flake-8, code-injection]
if: ${{ !github.event.pull_request.head.repo.fork }}
steps:
# - name: Cancel Previous Runs
Expand Down Expand Up @@ -318,4 +316,4 @@ jobs:
workflow: Benchmark Jina
repo: jina-ai/jina-terraform
ref: "main"
inputs: '{ "pypi_releases": "[\"${{ env.NEXT_VER }}\"]"}'
inputs: '{ "pypi_releases": "[\"${{ env.NEXT_VER }}\"]"}'
11 changes: 10 additions & 1 deletion cli/autocomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,16 @@
'--k8s-custom-resource-dir',
'--dynamic-routing',
],
'hub new': ['--help'],
'hub new': [
'--help',
'--name',
'--path',
'--advance-configuration',
'--description',
'--keywords',
'--url',
'--add-dockerfile',
],
'hub push': [
'--help',
'--no-usage',
Expand Down
0