Merge branch 'fix/listing_style' into 'master'

fix(listings): add missing [source,yaml]

See merge request gilden/ci/gitlab-ci-templates!28
This commit is contained in:
Marcel Feix 2021-09-23 06:45:25 +00:00
commit 5a0385d67f
5 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,7 @@ Secrets sollten nicht in der Repository liegen sondern in den CI-CD variablen de
|=== |===
.Docker compose deploy .Docker compose deploy
[source,yaml]
---- ----
include::{sourcedir}/docker-compose-deploy.gitlab-ci.yml[] include::{sourcedir}/docker-compose-deploy.gitlab-ci.yml[]
---- ----

View File

@ -14,6 +14,7 @@ Validiert die semantische Korrektheit eines Docker-Compose files.
|=== |===
.Docker compose validate .Docker compose validate
[source,yaml]
---- ----
include::{sourcedir}/docker-compose-validate.gitlab-ci.yml[] include::{sourcedir}/docker-compose-validate.gitlab-ci.yml[]
---- ----

View File

@ -13,6 +13,7 @@ Falls das Projekt aus mehreren Poms besteht, kann `bevor_script:` benutzt werden
|=== |===
.publish-image-jib-template .publish-image-jib-template
[source,yaml]
---- ----
include::{sourcedir}/container-publish.gitlab-ci.yml[] include::{sourcedir}/container-publish.gitlab-ci.yml[]
---- ----

View File

@ -6,6 +6,7 @@ Das Dokumentation-Tool template.
Mehr Details und die Variablendokumentation sind zu finden hier: https://gitlab.exxcellent.de/gilden/ci/exxcellent-documentation-tool[Gilde CI/CD: exxcellent-documentation-tool]. Mehr Details und die Variablendokumentation sind zu finden hier: https://gitlab.exxcellent.de/gilden/ci/exxcellent-documentation-tool[Gilde CI/CD: exxcellent-documentation-tool].
.dokumentation-tool .dokumentation-tool
[source,yaml]
---- ----
include::{sourcedir}/tool-documentation.gitlab-ci.yml[] include::{sourcedir}/tool-documentation.gitlab-ci.yml[]
---- ----

View File

@ -12,6 +12,7 @@ Mehr Details zu finden hier: https://gitlab.exxcellent.de/gilden/ci/exxcellent-s
|=== |===
.sonar-template .sonar-template
[source,yaml]
---- ----
include::{sourcedir}/tool-sonar7.gitlab-ci.yml[] include::{sourcedir}/tool-sonar7.gitlab-ci.yml[]
---- ----