From 9f5aface0763e6846c5f6c5b1659f1441e3b24fd Mon Sep 17 00:00:00 2001 From: Torma Date: Tue, 27 Oct 2020 01:35:12 +0100 Subject: [PATCH] change ci --- .drone.yml | 14 +++++++++++++- src/thesis.tex | 1 - 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b7d1acb..5e870fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,17 @@ steps: image: moss/xelatex commands: - cd src - - make + - make || true - cd .. + +- name: gitea_release + image: plugins/gitea-release + settings: + api_key: + from_secret: GITEA_APIKEY + base_url: https://git.kmlabz.com + files: pdf/thesis.pdf + when: + event: tag + checksum: + - sha512 \ No newline at end of file diff --git a/src/thesis.tex b/src/thesis.tex index 80acb52..5d00115 100644 --- a/src/thesis.tex +++ b/src/thesis.tex @@ -82,7 +82,6 @@ \input{content/introduction} \input{content/theory} \input{content/preparation} -\input{content/create-functions} \input{content/results} \input{content/closing}