From a69ccf825db4bb48e375a0b48acd240c20f1647a Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Tue, 5 Jan 2021 16:53:46 +0100 Subject: [PATCH] Remove RRO CI-job --- .gitlab-ci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0a6788..e91d45e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ --- stages: - typeset - - rro variables: GIT_SUBMODULE_STRATEGY: recursive @@ -13,12 +12,9 @@ final_report: script: - apk update; apk add make - make - - mkdir tmp - - mv RichReportOutline.rro tmp/ artifacts: paths: - report.pdf - - tmp/RichReportOutline.rro only: refs: - web @@ -30,21 +26,3 @@ final_report: - report.tex - content/*.tex - graphics/*.tex - -rro: - stage: rro - dependencies: - - final_report - image: registry.gitlab.com/silkeh/latex:latest - script: - - latexmk -xelatex include/RichReportOutline.tex - artifacts: - paths: - - RichReportOutline.pdf - only: - refs: - - web - - branches - - tags - changes: - - tmp/RichReportOutline.rro