Skip to content

Commit

Permalink
add preStop command to destroy pod (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Aug 20, 2024
1 parent 3feae08 commit 2e166b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ commands:
ansible-navigator --ee false
workingDir: ${PROJECTS_ROOT}/ansible-devspaces-demo
component: tooling-container
events:
preStop:
- "molecule-destroy"

0 comments on commit 2e166b1

Please sign in to comment.