2020-12-10 11:15:48 +01:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: submodules
|
|
|
|
image: alpine/git
|
|
|
|
commands:
|
2020-12-10 12:54:01 +01:00
|
|
|
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
2020-12-10 11:15:48 +01:00
|
|
|
- name: build
|
2020-12-10 12:54:01 +01:00
|
|
|
image: klakegg/hugo:ext-alpine
|
2020-12-10 11:15:48 +01:00
|
|
|
commands:
|
|
|
|
- hugo
|
|
|
|
|
|
|
|
# vim: ts=2 sw=2 et
|