Add 'bin/ensure-up-to-date' script and update Shippable CI (#136)

* Create 'bin/ensure-up-to-date' script

* Update shippable config

* Do no longer copy 'CI/pom.xml.shippable' to 'pom.xml'
* Fix paths in CI/pom.xml.shippable

* shippable: remove write to file

* shippable: move order

* Run 'bin/ruby-petstore.sh' to update 'samples/'

* Add Kotlin scripts to the list
This commit is contained in:
Jérémie Bresson
2018-05-24 16:18:35 +02:00
committed by Jim Schubert
parent 9040f49311
commit 00f176ad95
7 changed files with 91 additions and 60 deletions

View File

@@ -408,7 +408,7 @@ Name | Type | Description | Notes
**enum_query_string** | **String**| Query parameter enum test (string) | [optional] [default to '-efg']
**enum_query_integer** | **Integer**| Query parameter enum test (double) | [optional]
**enum_query_double** | **Float**| Query parameter enum test (double) | [optional]
**enum_form_string_array** | **Array<String>**| Form parameter enum test (string array) | [optional] [default to '$']
**enum_form_string_array** | [**Array<String>**](String.md)| Form parameter enum test (string array) | [optional] [default to '$']
**enum_form_string** | **String**| Form parameter enum test (string) | [optional] [default to '-efg']
### Return type