summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Cunha <j.a.cunha@gmail.com>2019-07-08 11:04:30 +0000
committerJoão Cunha <j.a.cunha@gmail.com>2019-07-08 11:04:30 +0000
commit75e0283ead95b9b623f5056bd066ad64fc1cb0a0 (patch)
tree4a51b35722f9499f1e8f5140f5c3976ecdbfce7e
parent7319368fc75c95ad30324bf6405ec821b2159e3f (diff)
downloadgitlab-ce-75e0283ead95b9b623f5056bd066ad64fc1cb0a0.tar.gz
Apply suggestion to app/models/clusters/applications/runner.rb
-rw-r--r--app/models/clusters/applications/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb
index 7f6d95f59f3..9314d795950 100644
--- a/app/models/clusters/applications/runner.rb
+++ b/app/models/clusters/applications/runner.rb
@@ -46,7 +46,7 @@ module Clusters
end
def post_uninstall
- runner.destroy
+ runner.destroy!
end
private