Skip to content

Commit 403dea8

Browse files
committed
fix(ci): temporarily disable alpha3 tests
see #47 close #48
1 parent 5d6271e commit 403dea8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ workflows:
2323
- 'verify -B -q -Dapi.port=8080 -Ddocker.db.image=existdb/existdb:5.2.0'
2424
- 'verify -B -q -Dapi.port=8080 -Ddocker.db.image=existdb/existdb:5.0.0'
2525
- 'verify -B -q -Ddocker.username=$FDB_NIGHTLY_DOCKER_USER -Ddocker.password=$FDB_NIGHTLY_DOCKER_PASS'
26-
- 'verify -B -q -Ddocker.username=$FDB_DOCKER_USER -Ddocker.password=$FDB_DOCKER_PASS -Ddocker.db.image=repo.evolvedbinary.com:9443/evolvedbinary/fusiondb-server:latest'
26+
# - 'verify -B -q -Ddocker.username=$FDB_DOCKER_USER -Ddocker.password=$FDB_DOCKER_PASS -Ddocker.db.image=repo.evolvedbinary.com:9443/evolvedbinary/fusiondb-server:latest'
2727
executor: 'xenial'
2828
context: FusionDB_images
2929
test_results_path: target/failsafe-reports

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Server Side API for [Fusion Studio](https://github.com/evolvedbinary/fusion-studio) written in RESTXQ and XQuery.
66

77
Compatible with:
8-
* [FusionDB Server](https://fusiondb.com) 1.0.0-ALPHA3 or newer
9-
* [eXist-db](http://www.exist-db.org) 5.0.0 or newer
8+
* [FusionDB Server](https://fusiondb.com) newer than `1.0.0-ALPHA3`
9+
* [eXist-db](http://www.exist-db.org) `5.0.0` or newer
1010

1111
API documentation is here: https://app.swaggerhub.com/apis/evolvedbinary/fusion-studio-api/1.1.1
1212

0 commit comments

Comments
 (0)