drone: remove theme option
Some checks failed
the build failed

This commit is contained in:
Robert Kaussow 2018-12-20 10:15:31 +01:00
parent ea40f22534
commit 03fba7d6c8

View File

@ -3,7 +3,7 @@ pipeline:
image: alpine image: alpine
commands: commands:
- wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -q -O - | tar -xz - wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -q -O - | tar -xz
- ./hugo -D -E -F --theme geeklab - ./hugo -D -E -F
theme: geeklab theme: geeklab
when: when:
branch: draft branch: draft
@ -13,7 +13,7 @@ pipeline:
image: alpine image: alpine
commands: commands:
- wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -q -O - | tar -xz - wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -q -O - | tar -xz
- ./hugo -F --theme geeklab - ./hugo -F
when: when:
branch: master branch: master
event: push event: push