• 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

修訂79f00b379c04755c1f54f9822d4bdbd0be3ee964 (tree)
時間2019-07-19 01:10:17
作者David Conde <dconde@clou...>
CommiterGitHub

Log Message

Merge pull request #7 from macox/remove_gpg

chore: remove gpg passphrase param

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": [