debug lfs fetch
This commit is contained in:
parent
8e3c6634fa
commit
fd3a3fbd0d
17
.drone.yml
17
.drone.yml
@ -3,14 +3,15 @@ kind: pipeline
|
||||
type: docker
|
||||
name: build-release
|
||||
|
||||
clone:
|
||||
disabled: true
|
||||
|
||||
steps:
|
||||
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
- git lfs fetch
|
||||
- name: clone
|
||||
image: plugins/git
|
||||
settings:
|
||||
recursive: true
|
||||
|
||||
- name: pandoc
|
||||
image: pandoc/core:2.18-alpine
|
||||
@ -21,6 +22,8 @@ steps:
|
||||
- name: build-latex
|
||||
image: ghcr.io/xu-cheng/texlive-full:latest
|
||||
commands:
|
||||
- echo "images"
|
||||
- ls user/img
|
||||
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex user/user-manual.tex
|
||||
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex admin/admin-manual.tex
|
||||
|
||||
@ -39,6 +42,6 @@ steps:
|
||||
prerelease: true
|
||||
---
|
||||
kind: signature
|
||||
hmac: ba0091444464145c540b6dd7407af9b765cf6a31460b88d590ea6eccc7659a7e
|
||||
hmac: 06b44b3f8e3782a4b11e980bc13335719450f936cedbe40bb01cdea3351791ca
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user