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

This commit is contained in:
Fabian Widmann 2021-09-23 07:37:57 +02:00
parent 0510262307
commit e0566f4f4d
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
[source,yaml]
----
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
[source,yaml]
----
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
[source,yaml]
----
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].
.dokumentation-tool
[source,yaml]
----
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
[source,yaml]
----
include::{sourcedir}/tool-sonar7.gitlab-ci.yml[]
----