Skip to content
Snippets Groups Projects
Commit e2624704 authored by MJB's avatar MJB
Browse files

on_failure to clean up

parent 79372768
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,10 @@ test:all: ...@@ -28,10 +28,10 @@ test:all:
clean: clean:
stage: clean stage: clean
depends: dependencies:
- test:all - test:all
script: script:
- vagrant --fixture=inputs -- destroy --force - vagrant --fixture=inputs -- destroy --force
- vagrant --fixture=monitoring -- destroy --force - vagrant --fixture=monitoring -- destroy --force
- vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- destroy --force
when: always when: always
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment