From b40a2b0ec875ea4dc3d2a780684ba38b1d728be1 Mon Sep 17 00:00:00 2001 From: Benjamin Uekermann Date: Mon, 9 Oct 2023 09:02:35 +0200 Subject: [PATCH] Tweak CI content --- material/2_tue/ci/slides.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/material/2_tue/ci/slides.md b/material/2_tue/ci/slides.md index 19594ec..b74324a 100644 --- a/material/2_tue/ci/slides.md +++ b/material/2_tue/ci/slides.md @@ -38,7 +38,7 @@ slideOptions: - Explain the differences between the various continuous methodologies. - Explain why automation is crucial in RSE. - Write and understand basic automation scripts for GitHub Actions. - - s.t. we are able to understand what `PkgTemplates` generates for us. + - s.t. we understand what `PkgTemplates` generates for us. Material is taken and modified from the [SSE lecture](https://github.com/Simulation-Software-Engineering/Lecture-Material). @@ -143,7 +143,7 @@ From: [https://docs.github.com/en/actions](https://docs.github.com/en/actions) ## Components (2/2) - + From [GitHub Actions tutorial](https://docs.github.com/en/actions) @@ -295,17 +295,6 @@ jobs: --- -## Advanced Topics - -- [Self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) -- [Secrets and tokens](https://docs.github.com/en/actions/security-guides/encrypted-secrets) -- [Continuous deployment](https://docs.github.com/en/actions/deployment/about-deployments/about-continuous-deployment) -- [Custom actions](https://docs.github.com/en/actions/creating-actions/about-custom-actions) -- [Build matrices](https://docs.github.com/en/actions/using-workflows/advanced-workflow-features#using-a-build-matrix) -- Using own Docker containers - ---- - ## Further Reading - [What is Continuous Integration?](https://www.atlassian.com/continuous-delivery/continuous-integration)