From 403dea83635c4d16ebcb4371d7f0f7a7e5e9c116 Mon Sep 17 00:00:00 2001 From: duncdrum Date: Thu, 29 Apr 2021 11:08:47 +0200 Subject: [PATCH] fix(ci): temporarily disable alpha3 tests see #47 close #48 --- .circleci/config.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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