• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

修訂6ddc8d8e17a157b46b2117a06f9bec0e74be48e1 (tree)
時間2019-07-12 21:43:47
作者Mark Cox <markcox20@hotm...>
CommiterMark Cox

Log Message

chore: remove gpg passphrase param

Signed-off-by: Mark Cox <markcox20@hotmail.com>

Change Summary

差異

--- a/env/parameters.schema.json
+++ b/env/parameters.schema.json
@@ -51,17 +51,6 @@
5151 "type": "boolean",
5252 "title": "Do you want to configure a Docker Registry?",
5353 "description": "TODO"
54- },
55- "gpg": {
56- "type": "object",
57- "properties": {
58- "passphrase": {
59- "type": "string",
60- "format": "password",
61- "title": "GPG Passphrase",
62- "description": "for GPG signing artifacts with artifact repositories like Nexus"
63- }
64- }
6554 }
6655 },
6756 "allOf": [