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
name: default
steps:
- name: gitea_release
image: plugins/gitea-release
settings:
api_key: xxxxxxxx
base_url: https://git.wtf-eg.de
files: build/latex/rtfm-dashandbuchderfreefederatedfleetfffleetinitiative.pdf
- name: build
image: sphinxdoc/sphinx-latexpdf:5.0.2
commands:
- apt-get update
- apt-get -y install texlive-lang-german rsync
- 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