Test out Gitlab

This commit is contained in:
Greg Hellings
2023-12-18 02:04:17 +00:00
parent 255f6f68e6
commit c6d3cfac19
14 changed files with 121 additions and 304 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ class Provider:
@property
def runner(self) -> str:
if self.name == "qemu":
return "isaiah"
return "qemu"
elif self.name.startswith("virtualbox"):
return "isaiah"
return "virtualbox"
return None