Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 03957e1

Browse files
committed
add preStop command to destroy pod
Signed-off-by: Valeriy Svydenko <[email protected]>
1 parent 3feae08 commit 03957e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devfile.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,6 @@ commands:
8686
ansible-navigator --ee false
8787
workingDir: ${PROJECTS_ROOT}/ansible-devspaces-demo
8888
component: tooling-container
89+
events:
90+
preStop:
91+
- "molecule-destroy"

0 commit comments

Comments
 (0)