From 60e6a52d088b708dc7adad05bb51e625e6350e69 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 8 Apr 2022 22:04:22 +0300 Subject: [PATCH] Remove the presentation template. Moved to the presentation repo, to be in sync with changes there. --- templates/presentation.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 templates/presentation.yml diff --git a/templates/presentation.yml b/templates/presentation.yml deleted file mode 100644 index 2c622ae..0000000 --- a/templates/presentation.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -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' -- GitLab