steps
All checks were successful
/ job (push) Successful in 1m0s

This commit is contained in:
Marc Beninca 2024-06-05 17:04:06 +02:00
parent d5e8008417
commit 4e9a2f3804
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -76,6 +76,7 @@ def cd_synchronize():
def install_commands(path):
step('Install commands')
user = '/usr/local/bin'
for command in [
'browse-workspace',
@ -89,6 +90,8 @@ def install_commands(path):
def set_ssh(*arguments):
step('Set SSH')
#
ssh_key, ssh_hosts = arguments
#
ssh_type = 'ed25519'