Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
1d795be173 clean up
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-12 11:35:46 +02:00

View File

@@ -23,7 +23,7 @@ def stepPR(arch, path):
},
"steps": [
{
"name": "build-image-%s" % (arch),
"name": "build-image-%s-%s" % (path, arch),
"image": "plugins/docker",
"settings": {
"dockerfile": "%s/Dockerfile" % (path),
@@ -51,7 +51,7 @@ def stepMergeMaster(arch, path):
},
"steps": [
{
"name": "build-build-and-publish-image-%s" % (arch),
"name": "build-and-publish-image-%s-%s" % (path, arch),
"image": "plugins/docker",
"settings": {
"dockerfile": "%s/Dockerfile" % (path),