From f30ca3e2a20419c8d698f9d67129e41a9b92cbd1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 4 May 2020 13:39:46 +0200 Subject: Also build for stable16 Signed-off-by: Morris Jobke --- updateConfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateConfig.sh b/updateConfig.sh index 1f13a47..657c019 100755 --- a/updateConfig.sh +++ b/updateConfig.sh @@ -19,7 +19,7 @@ fi git clone git@github.com:nextcloud/documentation.git /tmp/nextcloud-documentation cd /tmp/nextcloud-documentation -for branch in stable17 stable18 master +for branch in stable16 stable17 stable18 master do git checkout $branch cd $currentDir -- cgit v1.2.3