Skip to content

Commit 8b7926c

Browse files
committed
docs(readme): make separae repo warning explicit
add circle pill
1 parent a026b45 commit 8b7926c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Fusion Studio API
2-
[![Build Status](https://travis-ci.com/evolvedbinary/fusion-studio-api.svg?branch=master)](https://travis-ci.com/evolvedbinary/fusion-studio-api)
2+
[![CircleCI Status](https://circleci.com/gh/evolvedbinary/fusion-studio-api.svg?style=svg)](https://circleci.com/gh/evolvedbinary/fusion-studio-api)
33
[![License](https://img.shields.io/badge/license-AGPL%203-blue.svg)](https://opensource.org/licenses/AGPL-3.0)
44

55
Server Side API for [Fusion Studio](https://github.com/evolvedbinary/fusion-studio) written in RESTXQ and XQuery.
@@ -41,9 +41,8 @@ Various settings of the build can be overridden using the following System Prope
4141
| Host for Fusion Studio API | `api.host` | `API_HOST` |
4242
| Port for Fusion Studio API | `api.port` | `API_PORT` |
4343

44-
**NOTE:** If you wish to use the FusionDB Nightly Build Docker Container, you must configure your username and password for the
45-
repository in either your Maven Settings file (`~/.m2/settings.xml`), or provide the values via System Properties (see above).
46-
For the Maven Settings file, the following should be added to the `<servers>` section:
44+
**NOTE:** FusionDB nightly images and release images are hosted by separated repos. To test against both you need 2 sets of credentials to log into two private registries. You can configure your username and password for the repository in either your Maven Settings file (`~/.m2/settings.xml`), or provide the values via System Properties (see above).
45+
For the Maven Settings file, the following should be added to the `<servers>` section for `:nightly` images:
4746
```xml
4847
<server>
4948
<id>repo.evolvedbinary.com:9543</id>

0 commit comments

Comments
 (0)