Skip to content

Commit

Permalink
fix(build): fix keydb directory (#13695)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Jan 7, 2024
1 parent 50b6911 commit d6076cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Get redisgraph.so
working-directory: hm-keydb
working-directory: data-storage/hm-keydb
run: |
docker create --cidfile=/tmp/cid.txt redislabs/redisgraph:latest
docker cp $(cat /tmp/cid.txt):/usr/lib/redis/modules/redisgraph.so ./modules/
Expand Down

0 comments on commit d6076cc

Please sign in to comment.