Unterstützt die Konfigurationsdatei des GitLab-Runners Kommentare?

Unterstützt die Konfigurationsdatei des GitLab-Runners Kommentare?

Ist dasGitLab-RunnerKonfigurationsdatei-Supportkommentare? Ich sehe auch keine Kommentare in derErweiterte Konfigurationsdokumentation.

Ich brauche Kommentare zur VerwendungAnsiblesblockinfile.

Antwort1

GitLab verwendetTOML (Toms offensichtliche, minimale Sprache). Das TOML-Format unterstützt mehrere Formen für Kommentare.

# This is a full-line comment
key = "value"  # This is a comment at the end of a line
another = "# This is not a comment"

verwandte Informationen