Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
dab39f2b60 clean up
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-12 11:33:26 +02:00

View File

@@ -16,7 +16,7 @@ def stepPR(arch, path):
return {
"kind": "pipeline",
"type": "docker",
"name": "docker-build-%s-%s" % (path, arch),
"name": "docker-build-%s" % (arch),
"platform": {
"os": "linux",
"arch": arch,
@@ -44,7 +44,7 @@ def stepMergeMaster(arch, path):
return {
"kind": "pipeline",
"type": "docker",
"name": "docker-publish-%s-%s" % (path, arch),
"name": "docker-publish-%s" % (arch),
"platform": {
"os": "linux",
"arch": arch,