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:
commit
5a0385d67f
@ -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[]
|
||||
----
|
||||
|
||||
@ -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[]
|
||||
----
|
||||
@ -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[]
|
||||
----
|
||||
@ -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[]
|
||||
----
|
||||
@ -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[]
|
||||
----
|
||||
Loading…
Reference in New Issue
Block a user