mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-03 02:39:52 -06:00
Merge pull request #1915 from owncloud/remove_microbadger
remove microbadger update
This commit is contained in:
31
.drone.star
31
.drone.star
@@ -188,7 +188,6 @@ def main(ctx):
|
||||
build_release_helpers = [
|
||||
changelog(ctx),
|
||||
docs(ctx),
|
||||
refreshDockerBadges(ctx)
|
||||
]
|
||||
|
||||
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):
|
||||
return {
|
||||
'kind': 'pipeline',
|
||||
|
||||
Reference in New Issue
Block a user