Compare commits
1 Commits
42250ac451
...
acb8e384e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
acb8e384e7 |
18
.drone.star
18
.drone.star
@@ -9,12 +9,9 @@ def main(ctx):
|
|||||||
|
|
||||||
def stepPR(arch):
|
def stepPR(arch):
|
||||||
return {
|
return {
|
||||||
"kind":
|
"kind": "pipeline",
|
||||||
"pipeline",
|
"type": "docker",
|
||||||
"type":
|
"name": "docker-build-%s" % (arch),
|
||||||
"docker",
|
|
||||||
"name":
|
|
||||||
"docker-%s" % (arch),
|
|
||||||
"platform": {
|
"platform": {
|
||||||
"os": "linux",
|
"os": "linux",
|
||||||
"arch": arch,
|
"arch": arch,
|
||||||
@@ -46,12 +43,9 @@ def stepPR(arch):
|
|||||||
|
|
||||||
def stepMergeMaster(arch):
|
def stepMergeMaster(arch):
|
||||||
return {
|
return {
|
||||||
"kind":
|
"kind": "pipeline",
|
||||||
"pipeline",
|
"type": "docker",
|
||||||
"type":
|
"name": "docker-publish-%s" % (arch),
|
||||||
"docker",
|
|
||||||
"name":
|
|
||||||
"docker-%s" % (arch),
|
|
||||||
"platform": {
|
"platform": {
|
||||||
"os": "linux",
|
"os": "linux",
|
||||||
"arch": arch,
|
"arch": arch,
|
||||||
|
|||||||
Reference in New Issue
Block a user