Compare commits

..
1 Commits
Author SHA1 Message Date
Christian Richter 0215901abc clean up
continuous-integration/drone/pr Build was killed
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-12 12:05:25 +02:00
-8
View File
@@ -55,10 +55,6 @@ def stepPR(arch, path):
"ref": [ "ref": [
"refs/pull/**", "refs/pull/**",
], ],
"status": [
"success",
"failure"
]
}, },
} }
@@ -111,9 +107,5 @@ def stepMergeMaster(arch, path):
"ref": [ "ref": [
"refs/heads/master", "refs/heads/master",
], ],
"status": [
"success",
"failure"
]
}, },
} }