Skip to content

Commit a4d1368

Browse files
author
earthmant
committed
update merge branch
1 parent cf36f31 commit a4d1368

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)