fix indentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-01-13 16:17:48 +01:00
parent 206045607e
commit 4801c886f4

View File

@ -2,7 +2,6 @@
kind: pipeline kind: pipeline
name: default name: default
steps: steps:
- name: build-draft - name: build-draft
image: plugins/hugo image: plugins/hugo
@ -22,7 +21,6 @@ steps:
settings: settings:
hugoVersion: 0.52 hugoVersion: 0.52
validate: true validate: true
buildFuture: true
theme: geeklab theme: geeklab
when: when:
branch: [ master ] branch: [ master ]