Commit 60e6a52d authored by nimrod's avatar nimrod
Browse files

Remove the presentation template.

Moved to the presentation repo, to be in sync with changes there.
parent 91c6b5c0
Loading
Loading
Loading
Loading
Loading

templates/presentation.yml

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
---
presentation build:
  stage: build
  tags: [ns4.shore.co.il]
  image:
    name: registry.shore.co.il/presentation
    entrypoint: [""]
  before_script:
    - |
      [ -z "${PRESENTATION_ROOT:-}" ] || cd "$PRESENTATION_ROOT"
  script:
    - make --jobs=4
  artifacts:
    paths:
      - '*.pdf'
      - '**/*.pdf'