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):
|
||||
return {
|
||||
"kind":
|
||||
"pipeline",
|
||||
"type":
|
||||
"docker",
|
||||
"name":
|
||||
"docker-%s" % (arch),
|
||||
"kind": "pipeline",
|
||||
"type": "docker",
|
||||
"name": "docker-build-%s" % (arch),
|
||||
"platform": {
|
||||
"os": "linux",
|
||||
"arch": arch,
|
||||
@@ -46,12 +43,9 @@ def stepPR(arch):
|
||||
|
||||
def stepMergeMaster(arch):
|
||||
return {
|
||||
"kind":
|
||||
"pipeline",
|
||||
"type":
|
||||
"docker",
|
||||
"name":
|
||||
"docker-%s" % (arch),
|
||||
"kind": "pipeline",
|
||||
"type": "docker",
|
||||
"name": "docker-publish-%s" % (arch),
|
||||
"platform": {
|
||||
"os": "linux",
|
||||
"arch": arch,
|
||||
|
||||
Reference in New Issue
Block a user