Skip to content

Commit aa19250

Browse files
fix cluster destroy action
1 parent 6880b53 commit aa19250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/actions/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def run(self):
1616
try:
1717
self.run_command("rmk release list")
1818
self.run_command("rmk release destroy")
19+
self.run_command("rmk cluster capi create")
1920
self.run_command("rmk cluster capi provision")
2021
self.run_command("rmk cluster capi destroy")
2122
self.run_command("rmk cluster capi delete")

0 commit comments

Comments
 (0)