Skip to content

Commit

Permalink
gcp auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 4, 2023
1 parent cb32d81 commit 5c52185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/auth/vm_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def start_runner(creds, key, ssh_username, id = "gpu-insatnce", zone='us-central
pkey=paramiko.RSAKey(file_obj=io.StringIO(key)),
)


# Execute the command on the instance
stdin, stdout, stderr = ssh.exec_command('cd actions-runner; nohup ./run.sh')

Expand Down

0 comments on commit 5c52185

Please sign in to comment.