Gitlab Runner in Kubernetes

This commit is contained in:
Greg Hellings
2025-06-11 03:16:16 -05:00
parent 4ca31c5972
commit 377e0edf1f
10 changed files with 173 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ def bw_unlock():
while result.returncode != 0:
result = !(bw unlock --raw)
$BW_SESSION = result.output.strip()
return token
return $BW_SESSION
def vpn(con, bwname):
nmcli c down @(con)