Skip to content

Commit 2d3f69b

Browse files
authored
ci: remove hub updater (jina-ai#1360)
1 parent 6f13559 commit 2d3f69b

File tree

3 files changed

+0
-348
lines changed

3 files changed

+0
-348
lines changed

.github/workflows/tag.yml

-22
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,3 @@ jobs:
9999
dockerfile: Dockerfiles/debianx.Dockerfile
100100
buildargs: BUILD_DATE, VCS_REF, JINA_VERSION
101101
tags: "latest, ${{env.JINA_VERSION}}"
102-
103-
update-jina-hub:
104-
runs-on: ubuntu-latest
105-
timeout-minutes: 600
106-
steps:
107-
- uses: actions/checkout@v2
108-
with:
109-
submodules: true
110-
token: ${{ secrets.JINA_DEV_BOT }}
111-
- env:
112-
GITHUB_TOKEN: ${{ secrets.JINA_DEV_BOT }}
113-
TAG_IN_ISSUES: '@jina-ai/engineering'
114-
MODULES_REPO: 'jina-ai/jina-hub'
115-
run: |
116-
sudo apt-get update -y
117-
sudo apt-get install python3.7 git python3-distutils python3-pip python3-setuptools -y
118-
echo `which python3.7`
119-
echo `which pip3`
120-
python3.7 -m pip install wheel --user
121-
python3.7 -m pip install gitpython ruamel.yaml PyGithub semver --user
122-
git clone --depth=1 https://[email protected]/$MODULES_REPO
123-
python3.7 scripts/jina-hub-update.py

.github/workflows/update_hub.yml

-27
This file was deleted.

scripts/jina-hub-update.py

-299
This file was deleted.

0 commit comments

Comments
 (0)