Skip to content

Commit 4a5801c

Browse files
authored
disable toolserver (#186)
1 parent 5bad22b commit 4a5801c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
name:
3636
- clowder
37-
- toolserver
37+
#- toolserver
3838
- mongo-init
3939
- monitor
4040
- check

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2323
- `RabbitMQPlugin` has been split into `ExtractorRoutingService` and `MessageService` to isolate the rabbitmq code from
2424
the extraction code.
2525

26+
### Removed
27+
- the toolserver is no longer build as part of clowder since it is no longer maintained. We are working on a
28+
newer version that will be included in future versions of clowder.
29+
2630
## 1.14.1 - 2021-02-02
2731

2832
- Google will no longer work as login provider, we are working on this issue [#157](https://github.com/clowder-framework/clowder/issues/157).

0 commit comments

Comments
 (0)