We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5981c4f commit 80303d1Copy full SHA for 80303d1
2 files changed
.circleci/config.yml
@@ -254,7 +254,7 @@ commands:
254
command: pip install https://github.com/cloudify-incubator/cloudify-ecosystem-test/archive/latest.zip
255
- attach_workspace:
256
at: workspace
257
- - run: python .circleci/validate_version.py
+ - run: ecosystem-test validate-plugin-version
258
259
260
merge_docs:
plugin.yaml
@@ -2,7 +2,6 @@ plugins:
2
3
openstack:
4
executor: central_deployment_agent
5
- source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/3.3.1.zip
6
package_name: cloudify-openstack-plugin
7
package_version: '3.3.1'
8
0 commit comments