From cb0dade65be7b3b409fb5ac047ce1d6308d475b4 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 27 Feb 2020 17:36:42 +0100 Subject: [PATCH] specifying we want a docker runner --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4495d5d..397ed75 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,5 @@ kind: pipeline +type: docker name: default steps: @@ -6,7 +7,7 @@ steps: image: plugins/hugo settings: hugo_version: 0.65.3 - validate: true + validate: false commands: - git submodule init - git submodule update