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

Commit

Permalink
add preStop command to destroy pod (#33)
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 70f34f7
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 70f34f7

Please sign in to comment.