Merge pull request #1915 from owncloud/remove_microbadger
remove microbadger update
This commit is contained in:
-31
@@ -188,7 +188,6 @@ def main(ctx):
|
|||||||
build_release_helpers = [
|
build_release_helpers = [
|
||||||
changelog(ctx),
|
changelog(ctx),
|
||||||
docs(ctx),
|
docs(ctx),
|
||||||
refreshDockerBadges(ctx)
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if ctx.build.event == "cron":
|
if ctx.build.event == "cron":
|
||||||
@@ -1147,36 +1146,6 @@ def releaseDockerReadme(ctx):
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
def refreshDockerBadges(ctx):
|
|
||||||
return {
|
|
||||||
'kind': 'pipeline',
|
|
||||||
'type': 'docker',
|
|
||||||
'name': 'badges',
|
|
||||||
'platform': {
|
|
||||||
'os': 'linux',
|
|
||||||
'arch': 'amd64',
|
|
||||||
},
|
|
||||||
'steps': [
|
|
||||||
{
|
|
||||||
'name': 'execute',
|
|
||||||
'image': 'plugins/webhook:1',
|
|
||||||
'pull': 'always',
|
|
||||||
'settings': {
|
|
||||||
'urls': {
|
|
||||||
'from_secret': 'microbadger_url',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
'trigger': {
|
|
||||||
'ref': [
|
|
||||||
'refs/heads/master',
|
|
||||||
'refs/tags/v*',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
'depends_on': getPipelineNames(dockerReleases(ctx)),
|
|
||||||
}
|
|
||||||
|
|
||||||
def docs(ctx):
|
def docs(ctx):
|
||||||
return {
|
return {
|
||||||
'kind': 'pipeline',
|
'kind': 'pipeline',
|
||||||
|
|||||||
Reference in New Issue
Block a user