From 0b5946a448c1cffd136fb1bb59f1cd299da32ad7 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 10 May 2021 22:30:16 +0300
Subject: [PATCH] Build in the example presentation.

Show the example presentation. Also, excercise the GitLab CI template.
---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7712c92..1fc3043 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,14 @@ include:
     file: templates/pre-commit.yml
   - project: shore/ci-templates
     file: templates/docker.yml
+  - project: shore/ci-templates
+    file: templates/presentation.yml
   - project: shore/ci-templates
     file: templates/notify.yml
 
+variables:
+  PRESENTATION_ROOT: example
+
 stages:
   - test
   - build
-- 
GitLab