Compare commits
1 Commits
03939c8116
...
860fdade61
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
860fdade61 |
40
.drone.star
40
.drone.star
@@ -1,14 +1,14 @@
|
||||
def main(ctx):
|
||||
return [
|
||||
stepPR("amd64", "motsognir"),
|
||||
#stepPR("arm64", "motsognir"),
|
||||
#stepMergeMaster("amd64", "motsognir"),
|
||||
#stepMergeMaster("arm64", "motsognir"),
|
||||
stepPR("arm64", "motsognir"),
|
||||
stepMergeMaster("amd64", "motsognir"),
|
||||
stepMergeMaster("arm64", "motsognir"),
|
||||
|
||||
stepPR("amd64", "webtest"),
|
||||
#stepPR("arm64", "webtest"),
|
||||
#stepMergeMaster("amd64", "webtest"),
|
||||
#stepMergeMaster("arm64", "webtest"),
|
||||
stepPR("arm64", "webtest"),
|
||||
stepMergeMaster("amd64", "webtest"),
|
||||
stepMergeMaster("arm64", "webtest"),
|
||||
]
|
||||
|
||||
|
||||
@@ -32,20 +32,6 @@ def stepPR(arch, path):
|
||||
"tag": "latest-%s" % (arch),
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "notify-build-%s-%s" % (path, arch),
|
||||
"image": "plugins/matrix",
|
||||
"settings": {
|
||||
"homeserver": "matrix.datenschmutz.space",
|
||||
"roomid": "!KJcxsyaMGYbtaaddEZ:matrix.datenschmutz.space",
|
||||
"username": {
|
||||
"from_secret": "matrix-user"
|
||||
},
|
||||
"password": {
|
||||
"from_secret": "matrix-password"
|
||||
}
|
||||
}
|
||||
},
|
||||
],
|
||||
"trigger": {
|
||||
"ref": [
|
||||
@@ -80,20 +66,6 @@ def stepMergeMaster(arch, path):
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "notify-publish-%s-%s" % (path, arch),
|
||||
"image": "plugins/matrix",
|
||||
"settings": {
|
||||
"homeserver": "matrix.datenschmutz.space",
|
||||
"roomid": "!KJcxsyaMGYbtaaddEZ:matrix.datenschmutz.space",
|
||||
"username": {
|
||||
"from_secret": "matrix-user"
|
||||
},
|
||||
"password": {
|
||||
"from_secret": "matrix-password"
|
||||
}
|
||||
}
|
||||
},
|
||||
],
|
||||
"trigger": {
|
||||
"ref": [
|
||||
|
||||
Reference in New Issue
Block a user