Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想跳过建设者阶段。使用打包器时,如何跳过构建器并直接进入配置器或后处理器阶段?
使用“沟通者”:“无”
{ "builders": [ { "type": "null", "communicator": "none" } ], "provisioners": [ { "type": "shell-local", "inline": ["exit 2"] } ], "error-cleanup-provisioner": { "type": "shell-local", "inline": ["echo 'rubber ducky'> ducky.txt"] } }