diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f5db2a..a357357 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ workflows: - 'verify -B -q -Dapi.port=8080 -Ddocker.db.image=existdb/existdb:5.2.0' - 'verify -B -q -Dapi.port=8080 -Ddocker.db.image=existdb/existdb:5.0.0' - 'verify -B -q -Ddocker.username=$FDB_NIGHTLY_DOCKER_USER -Ddocker.password=$FDB_NIGHTLY_DOCKER_PASS' - - 'verify -B -q -Ddocker.username=$FDB_DOCKER_USER -Ddocker.password=$FDB_DOCKER_PASS -Ddocker.db.image=repo.evolvedbinary.com:9443/evolvedbinary/fusiondb-server:latest' + # - 'verify -B -q -Ddocker.username=$FDB_DOCKER_USER -Ddocker.password=$FDB_DOCKER_PASS -Ddocker.db.image=repo.evolvedbinary.com:9443/evolvedbinary/fusiondb-server:latest' executor: 'xenial' context: FusionDB_images test_results_path: target/failsafe-reports diff --git a/README.md b/README.md index 74e5a35..368a747 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Server Side API for [Fusion Studio](https://github.com/evolvedbinary/fusion-studio) written in RESTXQ and XQuery. Compatible with: -* [FusionDB Server](https://fusiondb.com) 1.0.0-ALPHA3 or newer -* [eXist-db](http://www.exist-db.org) 5.0.0 or newer +* [FusionDB Server](https://fusiondb.com) newer than `1.0.0-ALPHA3` +* [eXist-db](http://www.exist-db.org) `5.0.0` or newer API documentation is here: https://app.swaggerhub.com/apis/evolvedbinary/fusion-studio-api/1.1.1