Skip to content
presentation.yml 186 B
Newer Older
nimrod's avatar
nimrod committed
---
build:
  stage: build
  tags: [ns4.shore.co.il]
nimrod's avatar
nimrod committed
  image:
    name: adarnimrod/presentation
    entrypoint: [""]
  script:
    - make --jobs=4
nimrod's avatar
nimrod committed
  artifacts:
    paths:
      - '*.pdf'