diff --git a/templates/presentation.yml b/templates/presentation.yml deleted file mode 100644 index 2c622aef0234cd99d1782bba2774a5f5c94139f5..0000000000000000000000000000000000000000 --- 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'