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