Skip to content

Commit

Permalink
Change working directory when updating weaviate server version (#168)
Browse files Browse the repository at this point in the history
Needed since we moved everything to libs/weaviate in #158

Signed-off-by: hsm207 <[email protected]>
  • Loading branch information
hsm207 authored Apr 8, 2024
1 parent a4deaac commit 76c3623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-weaviate-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Update Image
run: make update-weaviate-image
working-directory: libs/weaviate

- name: Commit and push if changed
run: |
Expand All @@ -33,6 +34,7 @@ jobs:
git commit -m "Update Weaviate version in tests/docker-compose.yml" &&
git push --set-upstream origin ${{ env.SOURCE_BRANCH_NAME }}
)
working-directory: libs/weaviate

- name: Create Pull Request
if: ${{ env.CHANGED == 'true' }}
Expand Down

0 comments on commit 76c3623

Please sign in to comment.