Commit e08cb9b4 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'pandoc-deprecate' into 'main'

feat: deprecate docs:pandoc-from-template

See merge request just-ci/templates!198
parents 0243673a f9c4a821
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,6 +6,13 @@ variables:
    sourcecodepro titling koma-script lineno hardwrap catchfile
  PANDOC_EXTRA_PACKAGES: "" # List the packages your document needs: https://www.ctan.org/pkg

docs:pandoc-from-template:DEPRECATED:
  stage: .pre
  script:
    - echo "The docs:pandoc-from-template is no longer maintained."
    - exit 1
  allow_failure: true

docs:pandoc-from-template:
  image:
    name: docker.io/pandoc/latex:latest
+2 −1
Original line number Diff line number Diff line
@@ -77,7 +77,8 @@ python:pyinstaller:linux:
      if command -v apk > /dev/null; then
        apk add -q binutils upx
      elif command -v apt-get > /dev/null;then
        apt-get update -qq && apt-get install -qqy binutils upx
        echo "deb http://deb.debian.org/debian/ bullseye main" >> /etc/apt/sources.list
        apt-get update -qq && apt-get install -qqy binutils && apt-get install -qqy -t bullseye upx
      else
        echo "[!] Can't install binutils and upx because neither apk nor apt-get is available. The job will probably fail."
      fi
+4 −4
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ include:
  - local: project-automation/workflow.yml
  - local: docs/md-presentation.yml
  - local: docs/latex.yml
  - local: docs/report-pandoc.yml
  # - local: docs/report-pandoc.yml # Deprecated

docs:pandoc-from-template:
  variables:
    SOURCE_DIR: tests/mockup_projects/docs/pandoc
# docs:pandoc-from-template:
#   variables:
#     SOURCE_DIR: tests/mockup_projects/docs/pandoc

docs:latex:
  variables: