From cc8c0d439d701a72ba7d7fea1325684357a00766 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 10 Jul 2016 14:33:58 +0200 Subject: [PATCH] Add specific version because there is no "latest" --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 31777156f..7a3b40a71 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ build: - image: nextcloudci/documentation + image: nextcloudci/documentation:1.0.11 commands: - (cd user_manual && make html-all) - (cd admin_manual && make html-all)