Skip to content

Commit

Permalink
Update for OpenRiak
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 24, 2024
1 parent a03e9be commit ec4e9be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Erlang CI
on:
push:
branches:
- nhse-develop
- openriak-3.2
pull_request:
branches:
- nhse-develop
- openriak-3.2

jobs:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Riak Protocol Buffers Messages

[![Erlang CI Actions Status](https://github.com/basho/riak_pb/workflows/Erlang%20CI/badge.svg)](https://github.com/basho/riak_pb/actions)
![Riak PB OpenRiak Status](https://github.com/OpenRiak/riak_pb/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)

This repository contains the message definitions for the Protocol
Buffers-based interface to [Riak](https://github.com/basho/riak) and
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

{eunit_opts, [verbose]}.

{plugins, [{rebar3_gpb_plugin, {git, "https://github.com/OpenRiak/rebar3_gpb_plugin", {branch, "nhse-develop"}}},
{riak_pb_msgcodegen, {git, "https://github.com/OpenRiak/riak_pb_msgcodegen", {branch, "nhse-develop"}}},
{plugins, [{rebar3_gpb_plugin, {git, "https://github.com/OpenRiak/rebar3_gpb_plugin", {branch, "openriak-3.2"}}},
{riak_pb_msgcodegen, {git, "https://github.com/OpenRiak/riak_pb_msgcodegen", {branch, "openriak-3.2"}}},
{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}
]}.

Expand Down

0 comments on commit ec4e9be

Please sign in to comment.