diff --git a/.drone.yml b/.drone.yml index 76c6c91..494578a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,5 @@ kind: pipeline +type: docker name: default steps: @@ -7,4 +8,5 @@ steps: settings: hugo_version: 0.55 config: path/hugo.toml - validate: true \ No newline at end of file + validate: true + \ No newline at end of file