bringing up test percentage
This commit is contained in:
parent
20dc8ae5c4
commit
dff24cb032
3 changed files with 77 additions and 10 deletions
|
|
@ -296,9 +296,6 @@ class LambdaFunction(BaseModel):
|
|||
if 'DryRun' in updated_spec and updated_spec['DryRun']:
|
||||
return self.get_configuration()
|
||||
|
||||
if 'Publish' in updated_spec and updated_spec['Publish']:
|
||||
self.set_version(self.version + 1)
|
||||
|
||||
if 'ZipFile' in updated_spec:
|
||||
self.code['ZipFile'] = updated_spec['ZipFile']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue