From 090c3d9fd1b99c633abc5ab4de2f75d4c6b6528d Mon Sep 17 00:00:00 2001 From: Yingchun Lai Date: Fri, 15 Sep 2023 20:05:54 +0800 Subject: [PATCH] Update the status badge to pegasus-kv/rocksdb's own (#18) https://github.com/apache/incubator-pegasus/issues/1575 1. Update the status badge to pegasus-kv/rocksdb's own site. 2. Also aim to check whether all tests could pass after cherry-picking encryption related patches to 8.5.3 branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fcc4abc2c4..cb513fdb62e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## RocksDB: A Persistent Key-Value Store for Flash and RAM Storage -[![CircleCI Status](https://circleci.com/gh/facebook/rocksdb.svg?style=svg)](https://circleci.com/gh/facebook/rocksdb) +[![nightly](https://github.com/pegasus-kv/rocksdb/actions/workflows/nightly.yml/badge.svg)](https://github.com/pegasus-kv/rocksdb/actions/workflows/nightly.yml) RocksDB is developed and maintained by Facebook Database Engineering Team. It is built on earlier work on [LevelDB](https://github.com/google/leveldb) by Sanjay Ghemawat (sanjay@google.com)