Skip to content

Commit

Permalink
Merge pull request #443 from jina-ai/ci-fix
Browse files Browse the repository at this point in the history
ci: fix dependencies
  • Loading branch information
nan-wang committed May 22, 2020
2 parents 783ef30 + 7e3dd08 commit 4477099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/core-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo ${{ steps.buildx.outputs.platforms }}
docker login -u ${{ secrets.DOCKERHUB_DEVBOT_USER }} -p ${{ secrets.DOCKERHUB_DEVBOT_TOKEN }}
pip install -r builder/requirements.txt
python app.py --reason "core update" --bleach-first --update-strategy=core-release --test
python app.py --reason "core update" --bleach-first --update-strategy=on-release --test
env:
MONGODB_CREDENTIALS: ${{ secrets.MONGODB_CREDENTIALS }}
DOCKERHUB_DEVBOT_USER: ${{ secrets.DOCKERHUB_DEVBOT_USER }}
Expand All @@ -87,10 +87,10 @@ jobs:

- name: commit build history
run: |
cd builder/api
cd builder/api/hub
git config --local user.email "dev-bot@jina.ai"
git config --local user.name "Jina Dev Bot"
git add hub/build.json
git add package.json package status.json status
git commit -qm "chore: update build history" -a
git show '--stat-count=10' HEAD
git config --list
Expand Down

0 comments on commit 4477099

Please sign in to comment.