File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/kubernetes_template_rendering Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- kubernetes_template_rendering (0.2.1.pre.dc.0 )
4+ kubernetes_template_rendering (0.2.1.pre.dc.1 )
55 activesupport
66 invoca-utils
77 jsonnet
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def render(args)
4040 else
4141 # this is the child
4242 render_set ( args , resource_set )
43- Kernel . exit! # skip at_exit handlers since parent will run those
43+ Kernel . exit! ( 0 ) # skip at_exit handlers since parent will run those
4444 end
4545 else
4646 render_set ( args , resource_set )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module KubernetesTemplateRendering
4- VERSION = "0.2.1.pre.dc.0 "
4+ VERSION = "0.2.1.pre.dc.1 "
55end
You can’t perform that action at this time.
0 commit comments