Skip to content
presentation.yml 318 B
Newer Older
nimrod's avatar
nimrod committed
---
presentation build:
nimrod's avatar
nimrod committed
  stage: build
  tags: [ns4.shore.co.il]
nimrod's avatar
nimrod committed
  image:
    name: registry.shore.co.il/presentation
nimrod's avatar
nimrod committed
    entrypoint: [""]
  before_script:
    - |
      [ -z "${PRESENTATION_ROOT:-}" ] || cd "$PRESENTATION_ROOT"
nimrod's avatar
nimrod committed
  script:
    - make --jobs=4
nimrod's avatar
nimrod committed
  artifacts:
    paths:
      - '*.pdf'
      - '**/*.pdf'