From 59295ebf65a73f9a7e5203a14af1c7e68ffbe389 Mon Sep 17 00:00:00 2001
From: Tobias Huste <t.huste@hzdr.de>
Date: Wed, 14 Sep 2022 13:44:47 +0200
Subject: [PATCH] Make GitLab CI workshop available via hifis.net

---
 fetch_external_content.sh              | 4 ++++
 services/overall/learning-materials.md | 9 +++++++++
 workshop-materials/gitlab-ci/.gitkeep  | 0
 3 files changed, 13 insertions(+)
 create mode 100644 workshop-materials/gitlab-ci/.gitkeep

diff --git a/fetch_external_content.sh b/fetch_external_content.sh
index 4bbe6d40b..fda68bf3f 100755
--- a/fetch_external_content.sh
+++ b/fetch_external_content.sh
@@ -32,6 +32,10 @@ include_mkdocs \
   "https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-matplotlib/-/jobs/artifacts/main/download?job=pages" \
   "workshop-materials/python-matplotlib/"
 
+include_mkdocs \
+  "https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/gitlab-ci/workshop-materials/-/jobs/artifacts/main/download?job=pages" \
+  "workshop-materials/gitlab-ci/"
+
 # 2. Get HIFIS Intro letter
 # tbd
 
diff --git a/services/overall/learning-materials.md b/services/overall/learning-materials.md
index 18bac7c33..db59f7dd7 100644
--- a/services/overall/learning-materials.md
+++ b/services/overall/learning-materials.md
@@ -38,6 +38,15 @@ If you find issues or would like to contribute, feel free to take a look at the
 [python-pandas-material]: {{ "workshop-materials/python-pandas/" | relative_url }}
 [python-pandas-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-pandas
 
+### GitLab
+
+| Topic                                 | Materials                      | Repository                   |
+|---------------------------------------|--------------------------------|------------------------------|
+| Continuous Integration with GitLab CI | [Material][gitlab-ci-material] | [Repository][gitlab-ci-repo] |
+
+[gitlab-ci-material]: {{ "workshop-materials/gitlab-ci/" | relative_url }}
+[gitlab-ci-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/gitlab-ci/workshop-materials
+
 ### Further Materials
 
 Not all of our workshop materials are published in a nice fashion (yet).
diff --git a/workshop-materials/gitlab-ci/.gitkeep b/workshop-materials/gitlab-ci/.gitkeep
new file mode 100644
index 000000000..e69de29bb
-- 
GitLab