CI: submodule
ci/woodpecker/manual/woodpecker Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
Kiara Grouwstra 2022-10-31 00:27:02 +01:00
parent fc56ad025c
commit 7e1f36c263
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "bij1-font"]
path = bij1-font
url = git@gitlab.com:bij1/bij1-font.git
url = git@code.bij1.org:222/bij1/bij1-font.git

View File

@ -17,7 +17,7 @@ pipeline:
package-pdf:
image: witiko/markdown:latest
commands:
- apk update && apk add curl
- git submodule init && git submodule update
- xelatex --shell-escape -interaction=nonstopmode main.tex
- curl --user ci:$TOKEN --upload-file main.pdf https://code.bij1.org/api/packages/bij1/generic/${CI_REPO_NAME}/pdf/${CI_REPO_NAME}.pdf
secrets: [ token ]