Skip to content

Commit

Permalink
updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Oct 28, 2024
1 parent b575850 commit 2d67d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/content/ci-cd-workflows
Submodule ci-cd-workflows updated 50 files
+27 −0 source/content/creating_workflows/examples.md
+36 −0 source/content/creating_workflows/from_yaml_to_action.md
+240 −0 source/content/creating_workflows/github_workflows/advanced.md
+75 −0 source/content/creating_workflows/github_workflows/content.md
+59 −0 source/content/creating_workflows/github_workflows/elements.md
+129 −0 source/content/creating_workflows/github_workflows/evaluation.md
+18 −0 source/content/creating_workflows/github_workflows/example.md
+34 −0 source/content/creating_workflows/github_workflows/index.md
+19 −0 source/content/creating_workflows/github_workflows/location.md
+33 −0 source/content/creating_workflows/github_workflows/triggers.md
+40 −0 source/content/creating_workflows/github_workflows/variables.md
+0 −0 source/content/creating_workflows/github_workflows/workflows.md
+185 −0 source/content/creating_workflows/gitlab_pipelines/advanced.md
+66 −0 source/content/creating_workflows/gitlab_pipelines/content.md
+52 −0 source/content/creating_workflows/gitlab_pipelines/elements.md
+80 −0 source/content/creating_workflows/gitlab_pipelines/evaluation.md
+15 −0 source/content/creating_workflows/gitlab_pipelines/example.md
+35 −0 source/content/creating_workflows/gitlab_pipelines/index.md
+22 −0 source/content/creating_workflows/gitlab_pipelines/location.md
+46 −0 source/content/creating_workflows/gitlab_pipelines/triggers.md
+32 −0 source/content/creating_workflows/gitlab_pipelines/variables.md
+7 −25 source/content/creating_workflows/index.md
+9 −0 source/content/creating_workflows/overview.md
+47 −0 source/content/creating_workflows/using_variables.md
+1 −2 source/content/creating_workflows/variable_syntax.md
+6 −5 source/content/creating_workflows/yaml_primer/about_YAML.md
+2 −1 source/content/creating_workflows/yaml_primer/conclusion.md
+6 −1 source/content/creating_workflows/yaml_primer/index.md
+44 −30 source/content/creating_workflows/yaml_primer/syntax.md
+0 −111 source/content/github_workflows/evaluation.md
+0 −20 source/content/github_workflows/index.md
+0 −17 source/content/github_workflows/structure.md
+0 −168 source/content/github_workflows/workflows.md
+0 −155 source/content/gitlab_pipelines/evaluation.md
+0 −21 source/content/gitlab_pipelines/index.md
+0 −20 source/content/gitlab_pipelines/structure.md
+0 −159 source/content/gitlab_pipelines/workflows.md
+0 −2 source/content/index.md
+5 −0 source/content/why_automation/benefit_collab.md
+6 −0 source/content/why_automation/benefit_healthy_ref.md
+6 −0 source/content/why_automation/benefit_quality.md
+5 −0 source/content/why_automation/benefit_reproducibility.md
+4 −0 source/content/why_automation/benefit_transparency.md
+18 −60 source/content/why_automation/benefits.md
+11 −0 source/content/why_automation/cicd.md
+12 −19 source/content/why_automation/for_non_sd.md
+35 −0 source/content/why_automation/for_non_sd_challenges.md
+0 −42 source/content/why_automation/how_automation_helps.md
+15 −0 source/content/why_automation/how_it_helps.md
+19 −10 source/content/why_automation/index.md

0 comments on commit 2d67d14

Please sign in to comment.