Compare commits

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