This commit is contained in:
Lucien Cartier-Tilet 2020-09-03 21:45:26 +02:00
parent 3333d3a6ed
commit d4e49f88e4
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 8 additions and 7 deletions

View File

@ -1,17 +1,18 @@
kind: pipeline kind: pipeline
name: default name: default
steps: # steps:
- name: prepare # - name: prepare
image: alpine # image: alpine
commands: # commands:
- apk add git # - apk add git
- git submodule update --init --recursive # - git submodule update --init --recursive
- name: build - name: build
image: silex/emacs:27-alpine image: silex/emacs:27-alpine
commands: commands:
- apk add hugo - apk add hugo git
- git submodule update --init --recursive
- mkdir blog - mkdir blog
- emacs --script .export.el - emacs --script .export.el
- hugo -d blog - hugo -d blog