This commit is contained in:
parent
188f823c4a
commit
b9c29d223f
@ -2,6 +2,13 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: git-clone
|
||||||
|
image: alpine/git
|
||||||
|
volumes:
|
||||||
|
- name: output
|
||||||
|
path: /output
|
||||||
|
commands:
|
||||||
|
- git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git /output
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user