diff --git a/fetch_external_content.sh b/fetch_external_content.sh index 4bbe6d40b6f0487f25a16d97fe0d899b771d294b..fda68bf3f7fb8b9736b8a7f215de7d4370733d0a 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 18bac7c33b4f526a7314cf4f27d08fc07ff441b5..db59f7dd7652a477b89658ae4a4f58c4374a1c5d 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 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391