Skip to content

Commit

Permalink
[SKIP CI] fix drone pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Jan 13, 2020
1 parent 7be70b1 commit bb5b62d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:
image: byrnedo/alpine-curl
commands:
- mkdir -p exampleSite/themes/hugo-geekdoc/
- curl -L https://github.com/xoxys/hugo-geekdoc/releases/download/v0.1.0/hugo-geekdoc.tar.gz | tar -xz -C exampleSite/themes/hugo-geekdoc/ --strip-components=1
- curl -L https://github.com/xoxys/hugo-geekdoc/releases/download/v0.1.1/hugo-geekdoc.tar.gz | tar -xz -C exampleSite/themes/hugo-geekdoc/ --strip-components=1

- name: test
image: klakegg/hugo:0.59.1-ext-alpine
Expand Down Expand Up @@ -123,6 +123,7 @@ steps:
trigger:
ref:
- refs/heads/master
- refs/tags/**

depends_on:
- build
Expand Down

0 comments on commit bb5b62d

Please sign in to comment.