Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ add a shell alias ...@@ -16,8 +16,8 @@ add a shell alias
See the example folder for more details and the [generated 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). 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 If you're using GitLab, check out the [CI
template](https://git.shore.co.il/shore/ci-templates/-/blob/master/templates/presentation.yml) 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. if you wish to build presentation as part of a pipeline.
## Contains ## Contains
......
---
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment