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 23, 2024
1 parent 0c0f435 commit 4893c44
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.2
pull_request:
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4
- 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 @@
# `eleveldb` - Erlang bindings to LevelDB datastore

[![Build Status](https://secure.travis-ci.org/basho/eleveldb.png?branch=master)](http://travis-ci.org/basho/eleveldb)
![eleveldb OpenRiak Status](https://github.com/OpenRiak/eleveldb/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)

This repository follows the Basho standard for branch management
as of November 28, 2013. The standard is found here:
Expand Down
2 changes: 1 addition & 1 deletion c_src/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export LEVELDB_VSN ?= "nhse-develop"
export LEVELDB_VSN ?= "openriak-3.2"
SNAPPY_VSN ?= "1.1.9"
BASEDIR = $(shell pwd)

Expand Down

0 comments on commit 4893c44

Please sign in to comment.