From fd3a3fbd0d911689ade963c903e27278b66cd324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 16 May 2022 12:48:21 +0200 Subject: [PATCH] debug lfs fetch --- .drone.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 96f2550..db75108 100644 --- a/.drone.yml +++ b/.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 ...