test CI
This commit is contained in:
parent
3333d3a6ed
commit
d4e49f88e4
15
.drone.yml
15
.drone.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user