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 Mar 28, 2024
1 parent 717c8bc commit be91265
Showing 1 changed file with 1 addition and 1 deletion.
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_module ra=${{ github.workspace }}/ra
EOF
- name: Configure otp for the OCI image
Expand Down

0 comments on commit be91265

Please sign in to comment.