From ae71b326a7c4bd0dd6c5beaa8eb9789197a207c8 Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Fri, 13 Mar 2020 16:03:05 +0100 Subject: [PATCH] update to kweb 0.9.1 (#364) * update to kweb 0.9.1 Signed-off-by: Felix Bartels * remove workaround for store creation Signed-off-by: Felix Bartels --- tests/startup-test/test.sh | 3 --- web/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/startup-test/test.sh b/tests/startup-test/test.sh index f86c801..10d3092 100755 --- a/tests/startup-test/test.sh +++ b/tests/startup-test/test.sh @@ -33,8 +33,5 @@ docker exec kopano_server kopano-admin -l docker exec kopano_zpush z-push-admin -a list docker exec kopano_zpush z-push-gabsync -a sync -# FIXME temporary workaround for issue where kopano-admin --sync is not properly creating stores -docker exec kopano_server kopano-create-missing-stores.sh || true - # will print nothing if store exists and fail if it doesn't docker exec kopano_server kopano-admin --details user1 | grep -q "^Store GUID:" diff --git a/web/Dockerfile b/web/Dockerfile index c485700..563848a 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,4 +1,4 @@ -ARG CODE_VERSION=0.8.3 +ARG CODE_VERSION=0.9.1 FROM kopano/kwebd:${CODE_VERSION} ARG VCS_REF