GitLab 運行器設定檔是否支援註解?

GitLab 運行器設定檔是否支援註解?

是否亞搏體育app亞搏體育app亞搏體育app運行設定檔支援註釋嗎?我也沒看到評論中提到的進階配置文檔

我需要評論才能使用安西布爾的blockinfile

答案1

亞搏體育appGitLab使用TOML(湯姆的顯而易見的最小語言)。 TOML 格式支援多種形式的註解。

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

相關內容