Commit 270796a
committed
refactor: drop duplicate executor.DestroyBuild call
I'm working on changes to the kubernetes runtime where
multiple DestroyBuild calls could lead to a nil pointer dereference panic.
And, the duplicate DestroyBuild call causes a bunch of
logged errors about the build already being destroyed.
So, just drop the duplicate.1 parent 629cebb commit 270796a
1 file changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 147 | | |
155 | 148 | | |
0 commit comments