Skip to content

Commit

Permalink
Fix modulename for ra dependency in server OCI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Apr 3, 2024
1 parent 0c4deea commit 38e029d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rabbitmq-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
working-directory: rabbitmq-server
run: |
cat << EOF >> user.bazelrc
build --override_module rabbitmq_ra=${{ github.workspace }}/ra
build --override_repository=rules_erlang~~erlang_package~ra=${{ github.workspace }}/ra
EOF
- name: Configure otp for the OCI image
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module(
name = "rabbitmq_ra",
name = "ra",
version = "2.9.1",
)

Expand Down

0 comments on commit 38e029d

Please sign in to comment.