Merge branch 'fix/code_listings' into 'master'
chore(docs): add `[source,yaml]` above all code listings See merge request gilden/ci/gitlab-ci-templates!9
This commit is contained in:
commit
b16086f9be
@ -13,6 +13,7 @@ Falls das Projekt aus mehreren Poms besteht, kann `before_script:` benutzt werde
|
||||
|===
|
||||
|
||||
.sonar-template
|
||||
[source, yaml]
|
||||
----
|
||||
include::{sourcedir}/container-publish.gitlab-ci.yml[]
|
||||
----
|
||||
@ -25,6 +25,7 @@ Benutzte `allow_failure: true` damit die CI weiter läuft aber ein Failure angez
|
||||
|===
|
||||
|
||||
.container scan template
|
||||
[source, yaml]
|
||||
----
|
||||
include::{sourcedir}/container-scan.gitlab-ci.yml[]
|
||||
----
|
||||
@ -10,6 +10,7 @@ Diese Template Baut die .jar Files und speichert die Ergebnisse als Artifact.
|
||||
|===
|
||||
|
||||
.mvn-build-template
|
||||
[source, yaml]
|
||||
----
|
||||
include::{sourcedir}/maven-build-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -11,6 +11,7 @@ Bitte den Cache hinzufügen. Siehe xref:Generel-Veriablen[Generelle Veriablen]
|
||||
|===
|
||||
|
||||
.mvn-dependencies-template
|
||||
[source, yaml]
|
||||
----
|
||||
include::{sourcedir}/maven-dependencies-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -10,6 +10,7 @@ Dieses Template startet `mvn verify` und speichert die Ergebnisse als Artifact.
|
||||
|===
|
||||
|
||||
.mvn-verify-template
|
||||
[source, yaml]
|
||||
----
|
||||
include::{sourcedir}/maven-verify-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -10,6 +10,7 @@ Dieses Template baut das NPM projekt und speichert die Ergebnisse als Artifact..
|
||||
|===
|
||||
|
||||
.npm-build-template
|
||||
[source, yaml]
|
||||
----
|
||||
include::{sourcedir}/npm-build-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -11,6 +11,7 @@ Bitte den Cache hinzufügen. Siehe xref:Generel-Veriablen[Generelle Veriablen]
|
||||
|===
|
||||
|
||||
.npm-dependencies-template
|
||||
[source, yaml]
|
||||
----
|
||||
include::{sourcedir}/npm-dependencies-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -10,6 +10,7 @@ Dieses Template durchläuft den Linter das NPM projekts.
|
||||
|===
|
||||
|
||||
.npm-lint-template
|
||||
[source, yaml]
|
||||
----
|
||||
include::{sourcedir}/npm-lint-template.gitlab-ci.yml[]
|
||||
----
|
||||
@ -10,6 +10,7 @@ Dieses Template baut das NPM projekt.
|
||||
|===
|
||||
|
||||
.npm-test-template
|
||||
[source, yaml]
|
||||
----
|
||||
include::{sourcedir}/npm-test-template.gitlab-ci.yml[]
|
||||
----
|
||||
Loading…
Reference in New Issue
Block a user