Skip to content

Commit 6efe1ef

Browse files
authored
Merge pull request #13 from cloudify-cosmo/RD-207-vcloud
update merge branch
2 parents 7c19898 + a4d1368 commit 6efe1ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/merge_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from ecosystem_cicd_tools.github_stuff import merge_documentation_pulls
22

33
if __name__ == '__main__':
4-
merge_documentation_pulls()
4+
merge_documentation_pulls(branch='main')

plugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins:
2+
23
vcd:
34
executor: central_deployment_agent
45
package_name: cloudify-vcloud-plugin

0 commit comments

Comments
 (0)