Commit b5a979a8 authored by nimrod's avatar nimrod
Browse files

Move the GitLab CI template locally.

I think it should be a part of this project as they are develeoped
hand-in-hand.
parent 94db4379
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ add a shell alias
See the example folder for more details and the [generated
PDF](https://git.shore.co.il/nimrod/presentation/-/jobs/artifacts/master/raw/example/presentation.pdf?job=presentation%20build).

If you're using GitLab, check out my [CI
template](https://git.shore.co.il/shore/ci-templates/-/blob/master/templates/presentation.yml)
If you're using GitLab, check out the [CI
template](https://git.shore.co.il/nimrod/presentation/-/blob/master/gitlab-ci-template/presentation.yml)
if you wish to build presentation as part of a pipeline.

## Contains
+16 −0
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'