Compare commits
1 Commits
dab39f2b60
...
036a461524
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
036a461524 |
@@ -16,7 +16,7 @@ def stepPR(arch, path):
|
||||
return {
|
||||
"kind": "pipeline",
|
||||
"type": "docker",
|
||||
"name": "docker-build-%s" % (arch),
|
||||
"name": "docker-build-%s-%s" % (path, arch),
|
||||
"platform": {
|
||||
"os": "linux",
|
||||
"arch": arch,
|
||||
@@ -44,7 +44,7 @@ def stepMergeMaster(arch, path):
|
||||
return {
|
||||
"kind": "pipeline",
|
||||
"type": "docker",
|
||||
"name": "docker-publish-%s" % (arch),
|
||||
"name": "docker-publish-%s-%s" % (path, arch),
|
||||
"platform": {
|
||||
"os": "linux",
|
||||
"arch": arch,
|
||||
|
||||
Reference in New Issue
Block a user