feat: adjust Drone config

This commit is contained in:
dancingCycle 2022-11-21 22:00:21 +01:00
parent 64b7c3eaeb
commit 431607c6e5
1 changed files with 17 additions and 6 deletions

View File

@ -1,10 +1,21 @@
---
kind: pipeline kind: pipeline
name: default name: default
steps: steps:
- name: gitea_release - name: build
image: plugins/gitea-release image: sphinxdoc/sphinx-latexpdf:5.0.2
settings: commands:
api_key: xxxxxxxx - apt-get update
base_url: https://git.wtf-eg.de - apt-get -y install texlive-lang-german rsync
files: build/latex/rtfm-dashandbuchderfreefederatedfleetfffleetinitiative.pdf - pip install -r requirements.txt
- make -j4 latexpdf
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.wtf-eg.de
files: build/latex/rtfm-dashandbuchderfreefederatedfleetfffleetinitiative.pdf
when:
event: tag