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 25, 2024
1 parent 1bca2e4 commit 9e89580
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ name: Erlang CI
on:
push:
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4
- openriak-3.4
pull_request:
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4
- openriak-3.4

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 @@
# KV Tictac Tree

[![Build Status](https://github.com/martinsumner/kv_index_tictactree/actions/workflows/erlang.yml/badge.svg?branch=develop-3.0)](https://github.com/martinsumner/kv_index_tictactree/actions)
![KV Tictac Tree OpenRiak Status](https://github.com/OpenRiak/kv_index_tictactree/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)

An Active Anti-Entropy library for Key-Value stores in Erlang.

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
{ct_opts, [{dir, ["test/end_to_end"]}]}.

{deps, [
{leveled, ".*", {git, "https://github.com/OpenRiak/leveled.git", {branch, "nhse-develop-3.4"}}}
{leveled, {git, "https://github.com/OpenRiak/leveled.git", {branch, "openriak-3.4"}}}
]}.

0 comments on commit 9e89580

Please sign in to comment.