We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9246a commit aab4d52Copy full SHA for aab4d52
ecosystem_cicd_tools/release.py
@@ -192,8 +192,7 @@ def blueprint_release(blueprint_name,
192
commit)
193
for blueprint_id, blueprint_path in blueprints.items():
194
blueprint_archive = package_blueprint(blueprint_id, blueprint_path)
195
- version_release.upload_asset(
196
- version_release.title, blueprint_id, blueprint_archive)
+ upload_asset(version_release.title, blueprint_archive, blueprint_archive)
197
return version_release
198
199
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='cloudify-ecosystem-test',
6
- version='2.2.3',
+ version='2.2.4',
7
license='LICENSE',
8
packages=[
9
'ecosystem_tests',
0 commit comments