Skip to content
Snippets Groups Projects
Commit 82e8d1f2 authored by User expired's avatar User expired
Browse files

not validating vagrant installation in gradle anymore

parent 176ab40b
No related branches found
No related tags found
No related merge requests found
Upcoming version: Upcoming version:
----------------- -----------------
- not validating vagrant installation in gradle anymore (Nikolaus Krismer)
- removed provider definition from gradle (only needed within vagrant) (Nikolaus Krismer) - removed provider definition from gradle (only needed within vagrant) (Nikolaus Krismer)
- fixed syntax error in Vagrantfile (Nikolaus Krismer) - fixed syntax error in Vagrantfile (Nikolaus Krismer)
- preparations to use libvirt on dbis-ci test system (Nikolaus Krismer) - preparations to use libvirt on dbis-ci test system (Nikolaus Krismer)
......
...@@ -87,6 +87,12 @@ scmversion { ...@@ -87,6 +87,12 @@ scmversion {
releaseTagPattern = 'v([0-9.]*)' releaseTagPattern = 'v([0-9.]*)'
} }
vagrant {
installation {
validate = false
}
}
vagrantDestroy.doFirst { vagrantDestroy.doFirst {
if (!vagrantDir.isDirectory()) { if (!vagrantDir.isDirectory()) {
throw new StopExecutionException() throw new StopExecutionException()
......
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