Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
0215901abc clean up
Some checks reported errors
continuous-integration/drone/pr Build was killed
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-12 12:05:25 +02:00

View File

@@ -55,10 +55,6 @@ def stepPR(arch, path):
"ref": [
"refs/pull/**",
],
"status": [
"success",
"failure"
]
},
}
@@ -111,9 +107,5 @@ def stepMergeMaster(arch, path):
"ref": [
"refs/heads/master",
],
"status": [
"success",
"failure"
]
},
}