We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f8b4b9 + be6b0ce commit 768474aCopy full SHA for 768474a
.circleci/package_release.py
@@ -3,11 +3,11 @@
3
from ecosystem_cicd_tools.validations import get_plugin_yaml_version
4
5
6
-setup_py = path.join(
+plugin_yaml = path.join(
7
path.abspath(path.join(path.dirname(__file__), pardir)),
8
- 'setup.py')
+ 'plugin.yaml')
9
10
11
if __name__ == '__main__':
12
plugin_release_with_latest(
13
- 'cloudify-vsphere-plugin', get_plugin_yaml_version(setup_py))
+ 'cloudify-vsphere-plugin', get_plugin_yaml_version(plugin_yaml))
0 commit comments